put all filesystem related packages into the Filesystem submenu (#5352)
SVN-Revision: 16696
This commit is contained in:
parent
d131752f0d
commit
62e10e7017
2 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/e2fsprogs/Default
|
define Package/e2fsprogs/Default
|
||||||
URL:=http://e2fsprogs.sourceforge.net/
|
URL:=http://e2fsprogs.sourceforge.net/
|
||||||
|
SUBMENU:=Filesystem
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/e2fsprogs
|
define Package/e2fsprogs
|
||||||
|
|
|
@ -33,7 +33,7 @@ $(call Package/fuse/Default)
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libfuse
|
DEPENDS:=+libfuse
|
||||||
TITLE+= (utilities)
|
TITLE+= (utilities)
|
||||||
SUBMENU:=filesystem
|
SUBMENU:=Filesystem
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fuse-utils/description
|
define Package/fuse-utils/description
|
||||||
|
@ -63,7 +63,7 @@ $(call Package/fuse/Default)
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
DEPENDS:=+LINUX_2_4:kmod-fuse24 +LINUX_2_6:kmod-fuse
|
DEPENDS:=+LINUX_2_4:kmod-fuse24 +LINUX_2_6:kmod-fuse
|
||||||
SUBMENU:=filesystem
|
SUBMENU:=Filesystem
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libfuse/description
|
define Package/libfuse/description
|
||||||
|
|
Loading…
Reference in a new issue