Browse Source

busybox: get rid of the useless extra menu

SVN-Revision: 26493
Felix Fietkau 15 years ago
parent
commit
6ed952272e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/busybox/Config.in

+ 3 - 3
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