From: florian Date: Mon, 28 Sep 2009 21:28:29 +0000 (+0000) Subject: [package] move proftpd to the FTP submenu (follow-up of #5617) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9f41fc0aefe69d17708ba1bbb66a000ecebf4f50;p=packages.git [package] move proftpd to the FTP submenu (follow-up of #5617) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17796 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 33334e19a..91db76f68 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -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