summaryrefslogtreecommitdiffstats
path: root/rules/busybox.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 13:40:07 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 13:40:07 +0000
commit0c4ba657da3b55dce52dc0e6cda59e1cee1beddd (patch)
treea79d826d4b8e98af2aa9187af50b6efb958f1209 /rules/busybox.in
parent5b2c50ad7c10e677703475770cd34d4b4b383905 (diff)
downloadptxdist-0c4ba657da3b55dce52dc0e6cda59e1cee1beddd.tar.gz
ptxdist-0c4ba657da3b55dce52dc0e6cda59e1cee1beddd.tar.xz
* busybox.in:
put busybox into menu git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8070 33e552b5-05e3-0310-8538-816dae2090ed
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