[package] put all filesystem related packages into the Filesystem submenu (#5352)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16696 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-07-05 13:57:59 +00:00
parent 003ed4ad21
commit f71a8c2ba0
13 changed files with 16 additions and 5 deletions

View File

@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/nfs-kernel-server/Default
SECTION:=net
CATEGORY:=Network
SUBMENU:=Filesystem
DEPENDS:=+libwrap +libblkid
URL:=http://nfs.sourceforge.net/
endef
@ -51,6 +52,8 @@ endef
define Package/nfs-utils
$(call Package/nfs-kernel-server/Default)
SECTION:=utils
CATEGORY:=Utilities
DEPENDS+= +libevent
TITLE:=updated mount utility (includes nfs4)
endef