diff options
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/shell/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/shell/Config.in b/package/busybox/config/shell/Config.in index 488041e22..b1b8ad4b2 100644 --- a/package/busybox/config/shell/Config.in +++ b/package/busybox/config/shell/Config.in @@ -161,6 +161,7 @@ config BUSYBOX_CTTYHACK # getty 115200 $(cttyhack) config BUSYBOX_HUSH bool "hush" + default y if ADK_TARGET_UCLINUX default n help hush is a small shell (25k). It handles the normal flow control |