[package] move proftpd to the FTP submenu (follow-up of #5617)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Sep 2009 21:28:29 +0000 (21:28 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Sep 2009 21:28:29 +0000 (21:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17796 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/proftpd/Makefile

index 33334e1..91db76f 100644 (file)
@@ -21,6 +21,7 @@ PKG_INSTALL=1
 include $(INCLUDE_DIR)/package.mk
 
 define Package/proftpd
+  SUBMENU:=FTP
   SECTION:=net
   CATEGORY:=Network
   TITLE:=ProFTPD FTP server
@@ -32,7 +33,8 @@ TARGET_CPPFLAGS += \
 
 MAKE_FLAGS += \
        INSTALL_USER=$(shell id -u) \
-       INSTALL_GROUP=$(shell id -g)
+       INSTALL_GROUP=$(shell id -g) \
+       INSTALL_STRIP=""
 
 CONFIGURE_ARGS += \
        --disable-cap