aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/xfsprogs
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-11-17 16:14:58 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-11-17 16:14:58 +0000
commit62686e2dcc5b6e01a52e34c6cac3ca90510cabfb (patch)
treeab3f6b1e894e98affd63a2f9007a90c375e7d4b4 /package/utils/xfsprogs
parent5e76bea8b4d45b87ea237bc19bcf8a2ac2ce9a42 (diff)
downloadmaster-187ad058-62686e2dcc5b6e01a52e34c6cac3ca90510cabfb.tar.gz
master-187ad058-62686e2dcc5b6e01a52e34c6cac3ca90510cabfb.tar.bz2
master-187ad058-62686e2dcc5b6e01a52e34c6cac3ca90510cabfb.zip
xfsprogs: move to submenu Filesystem
move xfsprogs to the right submenu e2fsprogs, btrfs-progs and other stuff is there already Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38838 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/xfsprogs')
-rw-r--r--package/utils/xfsprogs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/utils/xfsprogs/Makefile b/package/utils/xfsprogs/Makefile
index 4c69fca0ef..81b44b389b 100644
--- a/package/utils/xfsprogs/Makefile
+++ b/package/utils/xfsprogs/Makefile
@@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/xfsprogs/default
SECTION:=utils
CATEGORY:=Utilities
+ SUBMENU:=Filesystem
DEPENDS:=+libuuid +libpthread +librt
URL:=http://oss.sgi.com/projects/xfs
endef