Category reorganization
authorolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Sep 2007 18:22:38 +0000 (18:22 +0000)
committerolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Sep 2007 18:22:38 +0000 (18:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9020 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/cmdftp/Makefile
net/pure-ftpd/Makefile
net/vsftpd/Makefile
net/wput/Makefile
net/yafc/Makefile

index 57bc7ef..6dcb399 100644 (file)
@@ -21,6 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 include $(INCLUDE_DIR)/package.mk
 
 define Package/cmdftp
+  SUBMENU:=FTP
   SECTION:=net
   CATEGORY:=Network
   TITLE:=cmdftp is a tiny command line FTP client for Unix systems
index 1eef3fc..172d2f5 100644 (file)
@@ -23,6 +23,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 include $(INCLUDE_DIR)/package.mk
 
 define Package/pure-ftpd
+  SUBMENU:=FTP
   SECTION:=net
   CATEGORY:=Network
   DEPENDS:=+libelf
index 051281b..ba3afb1 100644 (file)
@@ -19,6 +19,7 @@ PKG_MD5SUM:=146062e8b2f93af43ff6c2c770feea94
 include $(INCLUDE_DIR)/package.mk
 
 define Package/vsftpd
+  SUBMENU:=FTP
   SECTION:=net
   CATEGORY:=Network
   TITLE:=A fast and secure FTP server
index f49a698..2da0327 100644 (file)
@@ -22,6 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
 include $(INCLUDE_DIR)/package.mk
 
 define Package/wput
+  SUBMENU:=FTP
   SECTION:=net
   CATEGORY:=Network
   TITLE:=A wget-like command-line FTP client
index e0ca2b4..6f7d9ae 100644 (file)
@@ -22,6 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 include $(INCLUDE_DIR)/package.mk
 
 define Package/yafc
+  SUBMENU:=FTP
   SECTION:=net
   CATEGORY:=Network
   DEPENDS:=+libncurses +libreadline