DESCRIPTION:= is obselete
[packages.git] / net / ttcp / Makefile
index 7f3f53d..f8a0d5d 100644 (file)
@@ -20,11 +20,13 @@ define Package/ttcp
   SECTION:=net
   CATEGORY:=Network
   TITLE:=A TCP connection performance tester
-  DESCRIPTION:=\
-       A small utility to test TCP connection performance.
   URL:=https://dev.openwrt.org/browser/packages/net/ttcp/
 endef
 
+define Package/ttcp/description
+       A small utility to test TCP connection performance.
+endef
+
 define Build/Compile           
        $(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/ttcp ttcp.c
 endef