mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
put all filesystem related packages into the Filesystem submenu (#5352)
SVN-Revision: 16696
This commit is contained in:
parent
d131752f0d
commit
62e10e7017
@ -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