mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:53:08 +02:00
[package] put all filesystem related packages into the Filesystem submenu (#5352)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16696 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
465f0ffdb5
commit
74cd05d02c
@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/e2fsprogs/Default
|
||||
URL:=http://e2fsprogs.sourceforge.net/
|
||||
SUBMENU:=Filesystem
|
||||
endef
|
||||
|
||||
define Package/e2fsprogs
|
||||
|
@ -33,7 +33,7 @@ $(call Package/fuse/Default)
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libfuse
|
||||
TITLE+= (utilities)
|
||||
SUBMENU:=filesystem
|
||||
SUBMENU:=Filesystem
|
||||
endef
|
||||
|
||||
define Package/fuse-utils/description
|
||||
@ -63,7 +63,7 @@ $(call Package/fuse/Default)
|
||||
CATEGORY:=Libraries
|
||||
TITLE+= (library)
|
||||
DEPENDS:=+LINUX_2_4:kmod-fuse24 +LINUX_2_6:kmod-fuse
|
||||
SUBMENU:=filesystem
|
||||
SUBMENU:=Filesystem
|
||||
endef
|
||||
|
||||
define Package/libfuse/description
|
||||
|
Loading…
Reference in New Issue
Block a user