From: nbd Date: Tue, 5 Apr 2011 19:04:02 +0000 (+0000) Subject: busybox: get rid of the useless extra menu X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a3b94c124568fadd5d3b3fc914df4768d7e326ce;p=openwrt.git busybox: get rid of the useless extra menu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26493 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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