diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
commit | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch) | |
tree | d1bf8edcf012880df29e52bf326b96c18c624dab /package/busybox | |
parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in | 13 | ||||
-rw-r--r-- | package/busybox/Config.in.manual | 19 |
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 + |