From d5c268ae7a86195cad4f0c86dad6d3f40c995bff Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 28 Oct 2015 14:39:17 +0100 Subject: use busybox hush as default on noMMU --- target/config/Config.in.runtime | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/config/Config.in.runtime') 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)" -- cgit v1.2.3