diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 19:04:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 19:04:02 +0000 |
commit | dafedf162ed36056f39c7c0e1db69bea1db3b78a (patch) | |
tree | 893bc9c8c143c7abdc7b74b6c5dff96609c1156f | |
parent | d0dea9ee3440e7b20bf416d4ca77b9d9cbe22147 (diff) | |
download | upstream-dafedf162ed36056f39c7c0e1db69bea1db3b78a.tar.gz upstream-dafedf162ed36056f39c7c0e1db69bea1db3b78a.tar.bz2 upstream-dafedf162ed36056f39c7c0e1db69bea1db3b78a.zip |
busybox: get rid of the useless extra menu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26493 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/busybox/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 73a3f1a02d..407e95e1e7 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 |