1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 03:33:52 +02:00

busybox: get rid of the useless extra menu

SVN-Revision: 26493
This commit is contained in:
Felix Fietkau 2011-04-05 19:04:02 +00:00
parent 7fba202f97
commit 6ed952272e

View File

@ -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