summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-28 14:39:17 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-01 22:12:17 +0100
commitd5c268ae7a86195cad4f0c86dad6d3f40c995bff (patch)
treeb4cf8aa3f2f1ecbb3848a71cbfb2de60250aeb31 /target
parent3c698a22985122d2cdbba0d68b0c6c251bd05a57 (diff)
use busybox hush as default on noMMU
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.runtime8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index fc36a8f7a..b871b1141 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -269,7 +269,7 @@ config ADK_RUNTIME_KBD_LAYOUT
choice
prompt "initial login shell for the root user"
-default ADK_ROOTSH_SASH if ADK_TARGET_WITHOUT_MMU
+default ADK_ROOTSH_HUSH if ADK_TARGET_WITHOUT_MMU
default ADK_ROOTSH_MKSH
config ADK_ROOTSH_MKSH
@@ -322,7 +322,7 @@ endchoice
choice
prompt "system /bin/sh (POSIX script shell)"
-default ADK_BINSH_SASH if ADK_TARGET_WITHOUT_MMU
+default ADK_BINSH_HUSH if ADK_TARGET_WITHOUT_MMU
default ADK_BINSH_MKSH
config ADK_BINSH_MKSH
@@ -334,9 +334,9 @@ config ADK_BINSH_MKSH
config ADK_BINSH_SASH
bool "sash (Standalone Shell)"
- select ADK_PACKAGE_SASH if !ADK_TOOLCHAIN_ONLY
+ select ADK_PACKAGE_SASH
help
- hush shell.
+ sash shell.
config ADK_BINSH_HUSH
bool "hush (busybox)"