summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 20:23:08 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 20:23:08 +0100
commit153ab95f62e0b6be467507f40fcd24db7c5f833e (patch)
tree8bcf75dd2437906706a413cbd10b79c4769b55cd /target/config/Config.in.runtime
parenta052c31600ac5c5cec474969c6dc130de8f88108 (diff)
or1k: unbreak foo= shell functionality, mksh can be used now
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index cbf6ad0a1..a22a692a2 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -367,7 +367,6 @@ config ADK_RUNTIME_KBD_LAYOUT
choice
prompt "initial login shell for the root user"
default ADK_ROOTSH_HUSH if ADK_TARGET_WITHOUT_MMU
-default ADK_ROOTSH_ASH if ADK_TARGET_ARCH_OR1K
default ADK_ROOTSH_MKSH
config ADK_ROOTSH_MKSH
@@ -423,12 +422,11 @@ endchoice
choice
prompt "system /bin/sh (POSIX script shell)"
default ADK_BINSH_HUSH if ADK_TARGET_WITHOUT_MMU
-default ADK_BINSH_ASH if ADK_TARGET_ARCH_OR1K
default ADK_BINSH_MKSH
config ADK_BINSH_MKSH
bool "mksh (MirBSD Korn Shell)"
- select ADK_PACKAGE_MKSH if !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_ARCH_OR1K
+ select ADK_PACKAGE_MKSH if !ADK_APPLIANCE_TOOLCHAIN
help
Use mksh (a Korn Shell variant) as system shell, which is
both small and powerful, so quite suited for this task.