diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-28 17:14:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-28 17:14:19 +0200 |
commit | 0005aa51e3e36f541627d4571e2ac2389faaf2cd (patch) | |
tree | 67af873430544e08a45013688db2ddfb65ea9222 /target/config/Config.in.runtime | |
parent | 1ff7a8e41d9c97419ec24afd6267f3a6f40c8ddd (diff) |
rename symbol name for toolchain only
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 18 |
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. |