projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d4132b
)
xfsprogs: move to submenu Filesystem
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 17 Nov 2013 16:14:58 +0000
(16:14 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 17 Nov 2013 16:14:58 +0000
(16:14 +0000)
move xfsprogs to the right submenu
e2fsprogs, btrfs-progs and other stuff is there already
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 38838
package/utils/xfsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/xfsprogs/Makefile
b/package/utils/xfsprogs/Makefile
index 4c69fca0ef1a02b78f98f0b9716959cc9e969242..81b44b389b2c9a4e6d1479cdbb71b9c9e119ff4a 100644
(file)
--- 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