summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index b7bc2462d..1f70460e8 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -150,6 +150,7 @@ config ADK_RUNTIME_KBD_LAYOUT
choice
prompt "initial login shell for the root user"
+default ADK_ROOTSH_HUSH if ADK_TARGET_UCLINUX
default ADK_ROOTSH_MKSH
config ADK_ROOTSH_MKSH
@@ -159,6 +160,12 @@ config ADK_ROOTSH_MKSH
Use mksh (a Korn Shell variant) as standard login shell
for the superuser.
+config ADK_ROOTSH_HUSH
+ select ADK_PACKAGE_HUSH if !ADK_TOOLCHAIN_ONLY
+ bool "hush (Shell compatible with non-MMU systems)"
+ help
+ hush shell from busybox.
+
config ADK_ROOTSH_ASH
select BUSYBOX_ASH
bool "ash (busybox)"
@@ -190,6 +197,7 @@ endchoice
choice
prompt "system /bin/sh (POSIX script shell)"
+default ADK_BINSH_HUSH if ADK_TARGET_UCLINUX
default ADK_BINSH_MKSH
config ADK_BINSH_MKSH
@@ -199,6 +207,12 @@ config ADK_BINSH_MKSH
Use mksh (a Korn Shell variant) as system shell, which is
both small and powerful, so quite suited for this task.
+config ADK_BINSH_HUSH
+ select ADK_PACKAGE_HUSH if !ADK_TOOLCHAIN_ONLY
+ bool "hush (busybox)"
+ help
+ hush shell.
+
config ADK_BINSH_ASH
select BUSYBOX_ASH
bool "ash (busybox)"