diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 14:28:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 16:08:18 +0200 |
commit | a3875719fff2c2f74218a5d4f199328997167ad4 (patch) | |
tree | 80effe93b7052a10e6271d802548526af0cc5199 /package/busybox/config/shell | |
parent | cb69247047cdf267c54f5a7540863a3ea7a8fbd6 (diff) |
use 5307 for now, which results in a working userland. need to investigate.
Diffstat (limited to 'package/busybox/config/shell')
-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 |