summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-28 06:50:49 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-28 06:51:21 -0500
commit8a1a850ac05f62d3ba9e1d3083258a37a92a9265 (patch)
tree3d03ca7483b03e4dcc2fdb032415a5209b6b50f1 /target/config/Config.in.runtime
parenta8c74738577cdc2233086f06ddc3f2bf69d13f98 (diff)
more h8300 fixes
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r--target/config/Config.in.runtime4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index d46e39440..440bc5a76 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -246,7 +246,7 @@ config ADK_RUNTIME_KBD_LAYOUT
choice
prompt "initial login shell for the root user"
-default ADK_ROOTSH_SASH if ADK_TARGET_UCLINUX
+default ADK_ROOTSH_SASH if ADK_TARGET_WITHOUT_MMU
default ADK_ROOTSH_MKSH
config ADK_ROOTSH_MKSH
@@ -299,7 +299,7 @@ endchoice
choice
prompt "system /bin/sh (POSIX script shell)"
-default ADK_BINSH_SASH if ADK_TARGET_UCLINUX
+default ADK_BINSH_SASH if ADK_TARGET_WITHOUT_MMU
default ADK_BINSH_MKSH
config ADK_BINSH_MKSH