aboutsummaryrefslogtreecommitdiffstats
path: root/package/util-linux/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-18 19:08:16 +0000
committerJohn Crispin <john@openwrt.org>2007-10-18 19:08:16 +0000
commit450ab0e5fc42447f2870d7ae671717bd696527cf (patch)
tree832c504bfb4c9eb0e6b75104ebf69c45a56ca140 /package/util-linux/Makefile
parent3acb27cdd701027dc79fbb2409f1a6275165ed6e (diff)
downloadupstream-450ab0e5fc42447f2870d7ae671717bd696527cf.tar.gz
upstream-450ab0e5fc42447f2870d7ae671717bd696527cf.tar.bz2
upstream-450ab0e5fc42447f2870d7ae671717bd696527cf.zip
more package submenus
SVN-Revision: 9351
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r--package/util-linux/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index 2ea4c7e564..602d1d5992 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -28,6 +28,7 @@ endef
define Package/fdisk
$(call Package/util-linux/Default)
TITLE:=Partition table manipulation utility
+ SUBMENU=disc
endef
define Package/fdisk/description
@@ -38,6 +39,7 @@ define Package/cfdisk
$(call Package/util-linux/Default)
TITLE:=Partition table manipulation utility
DEPENDS:= +libncurses
+ SUBMENU:=disc
endef
define Package/cfdisk/description
@@ -56,6 +58,7 @@ endef
define Package/swap-utils
$(call Package/util-linux/Default)
TITLE:=Swap space management utilities
+ SUBMENU:=disc
endef
define Package/swap-utils/description