summaryrefslogtreecommitdiffstats
path: root/rules/busybox.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/busybox.in')
-rw-r--r--rules/busybox.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/rules/busybox.in b/rules/busybox.in
index 879ebd3af..3f380599c 100644
--- a/rules/busybox.in
+++ b/rules/busybox.in
@@ -1,8 +1,6 @@
-menu "BusyBox "
-
-config BUSYBOX
+menuconfig BUSYBOX
bool
- prompt "Busybox"
+ prompt "BusyBox "
select LIBC_M if BB_CONFIG_FEATURE_AWK_MATH
help
BusyBox is the Swiss Army Knife of embedded Linux. It is a
@@ -11,6 +9,6 @@ config BUSYBOX
For more information see http://www.busybox.net
+if BUSYBOX
source "config/busybox/Config.in"
-
-endmenu
+endif