summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in13
-rw-r--r--package/busybox/Config.in.manual19
2 files changed, 19 insertions, 13 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
deleted file mode 100644
index cfe20190e..000000000
--- a/package/busybox/Config.in
+++ /dev/null
@@ -1,13 +0,0 @@
-config ADK_PACKAGE_BUSYBOX
- prompt "busybox.............................. The Swiss Army Knife"
- bool
- default y if !ADK_TOOLCHAIN_ONLY
- help
- The Swiss Army Knife of embedded Linux. It slices, it dices, it
- makes Julian Fries.
- http://busybox.net/
-
-
-menu "Busybox Configuration"
-source "package/busybox/config/Config.in"
-endmenu
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual
new file mode 100644
index 000000000..84c1bde40
--- /dev/null
+++ b/package/busybox/Config.in.manual
@@ -0,0 +1,19 @@
+config ADK_COMPILE_BUSYBOX
+ tristate
+ depends on ADK_PACKAGE_BUSYBOX
+ default n
+
+config ADK_PACKAGE_BUSYBOX
+ prompt "busybox........................... Core utilities for embedded Linux systems"
+ boolean
+ select ADK_COMPILE_BUSYBOX
+ default y if !ADK_TOOLCHAIN_ONLY
+ help
+ Core utilities for embedded Linux systems
+
+ WWW: http://www.busybox.net
+
+menu "Busybox Configuration"
+source "package/busybox/config/Config.in"
+endmenu
+