diff options
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 15da6729a..cfe20190e 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -1,14 +1,12 @@ config ADK_PACKAGE_BUSYBOX prompt "busybox.............................. The Swiss Army Knife" bool - default y + 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/ - Most people will answer Y. menu "Busybox Configuration" source "package/busybox/config/Config.in" |