busybox: get rid of the useless extra menu

SVN-Revision: 26493
owl
Felix Fietkau 2011-04-05 19:04:02 +00:00
parent 7fba202f97
commit 6ed952272e
1 changed files with 3 additions and 3 deletions

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