[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:
@ -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
|
||||
|
Reference in New Issue
Block a user