summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-05 19:04:02 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-05 19:04:02 +0000
commita3b94c124568fadd5d3b3fc914df4768d7e326ce (patch)
tree893bc9c8c143c7abdc7b74b6c5dff96609c1156f /package/busybox
parent73e204606bede472f535f9e974b502d2b0a94308 (diff)
busybox: get rid of the useless extra menu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26493 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 73a3f1a02..407e95e1e 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -1,5 +1,5 @@
-menu "Configuration"
- depends on PACKAGE_busybox
+
+if PACKAGE_busybox
config BUSYBOX_CONFIG_NOMMU
bool
@@ -26,4 +26,4 @@ config BUSYBOX_USE_LIBRPC
source "package/busybox/config/Config.in"
-endmenu
+endif