summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.runtime18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index 460c849d6..1c02ea7f3 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -9,7 +9,7 @@ config ADK_RUNTIME_HOSTNAME
choice
prompt "init"
-depends on !ADK_TOOLCHAIN_ONLY
+depends on !ADK_APPLIANCE_TOOLCHAIN
default ADK_RUNTIME_INIT_SYSV
config ADK_RUNTIME_INIT_SYSV
@@ -23,7 +23,7 @@ endchoice
choice
prompt "System for /dev management"
-depends on !ADK_TOOLCHAIN_ONLY
+depends on !ADK_APPLIANCE_TOOLCHAIN
default ADK_RUNTIME_DEV_STATIC if ADK_TARGET_WITHOUT_MMU
default ADK_RUNTIME_DEV_MDEV
@@ -298,21 +298,21 @@ default ADK_ROOTSH_MKSH
config ADK_ROOTSH_MKSH
bool "mksh (MirBSD Korn Shell)"
- select ADK_PACKAGE_MKSH if !ADK_TOOLCHAIN_ONLY
+ select ADK_PACKAGE_MKSH if !ADK_APPLIANCE_TOOLCHAIN
help
Use mksh (a Korn Shell variant) as standard login shell
for the superuser.
config ADK_ROOTSH_HUSH
bool "hush (busybox shell compatible with non-MMU systems)"
- select BUSYBOX_HUSH if !ADK_TOOLCHAIN_ONLY
- select BUSYBOX_FEATURE_SH_IS_HUSH if !ADK_TOOLCHAIN_ONLY
+ select BUSYBOX_HUSH if !ADK_APPLIANCE_TOOLCHAIN
+ select BUSYBOX_FEATURE_SH_IS_HUSH if !ADK_APPLIANCE_TOOLCHAIN
help
hush shell from busybox.
config ADK_ROOTSH_SASH
bool "sash (Shell compatible with non-MMU systems)"
- select ADK_PACKAGE_SASH if !ADK_TOOLCHAIN_ONLY
+ select ADK_PACKAGE_SASH if !ADK_APPLIANCE_TOOLCHAIN
help
standalone shell.
@@ -353,20 +353,20 @@ default ADK_BINSH_MKSH
config ADK_BINSH_MKSH
bool "mksh (MirBSD Korn Shell)"
- select ADK_PACKAGE_MKSH if !ADK_TOOLCHAIN_ONLY
+ 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.
config ADK_BINSH_HUSH
bool "hush (busybox)"
- select ADK_PACKAGE_HUSH if !ADK_TOOLCHAIN_ONLY
+ select ADK_PACKAGE_HUSH if !ADK_APPLIANCE_TOOLCHAIN
help
hush shell.
config ADK_BINSH_SASH
bool "sash (Standalone Shell)"
- select ADK_PACKAGE_SASH if !ADK_TOOLCHAIN_ONLY
+ select ADK_PACKAGE_SASH if !ADK_APPLIANCE_TOOLCHAIN
help
sash shell.