From 179d2a11f62a8114e6b066a88d4ddc22233ea333 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 12 Jun 2012 20:33:20 +0000 Subject: [PATCH] tcpser: fix spaces SVN-Revision: 32268 --- utils/tcpser/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/utils/tcpser/Makefile b/utils/tcpser/Makefile index 8806c11d7..53d45fe66 100644 --- a/utils/tcpser/Makefile +++ b/utils/tcpser/Makefile @@ -20,21 +20,21 @@ PKG_MD5SUM:=e712ae9fe6893bc825026b6dee6da9c0 include $(INCLUDE_DIR)/package.mk define Package/tcpser - SECTION:=utils - CATEGORY:=Utilities - TITLE:=Hayes compatible modem emulator - URL:=http://www.jbrain.com/pub/linux/serial/ - DEPENDS:=libpthread + SECTION:=utils + CATEGORY:=Utilities + TITLE:=Hayes compatible modem emulator + URL:=http://www.jbrain.com/pub/linux/serial/ + DEPENDS:=libpthread endef define Package/tcpser/description - TCPSER turns a PC serial port into an emulated Hayes compatible modem - that uses TCP/IP for incoming and outgoing connections. It can be used - to allow older applications and systems designed for modem use - to operate on the Internet. TCPSER supports all standard Hayes commands, - and understands extended and vendor proprietary commands (though it does - not implement many of them). TCPSER can be used for both inbound and - outbound connections. + TCPSER turns a PC serial port into an emulated Hayes compatible modem + that uses TCP/IP for incoming and outgoing connections. It can be used + to allow older applications and systems designed for modem use + to operate on the Internet. TCPSER supports all standard Hayes commands, + and understands extended and vendor proprietary commands (though it does + not implement many of them). TCPSER can be used for both inbound and + outbound connections. endef define Build/Prepare -- 2.30.2