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 | 6ed952272e1b1f0e338d9fd996b8ef50a054b7fb (patch) | |
tree | 2a4ab18b538f1bf8e7b2598bf49a0f5c81f55db4 | |
parent | 7fba202f97afbd65c6933c7a000f5d959ed5ac66 (diff) | |
download | upstream-6ed952272e1b1f0e338d9fd996b8ef50a054b7fb.tar.gz upstream-6ed952272e1b1f0e338d9fd996b8ef50a054b7fb.tar.bz2 upstream-6ed952272e1b1f0e338d9fd996b8ef50a054b7fb.zip |
busybox: get rid of the useless extra menu
SVN-Revision: 26493
-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 |