summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-28 17:14:00 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-28 17:14:19 +0200
commit0005aa51e3e36f541627d4571e2ac2389faaf2cd (patch)
tree67af873430544e08a45013688db2ddfb65ea9222 /package/base-files
parent1ff7a8e41d9c97419ec24afd6267f3a6f40c8ddd (diff)
rename symbol name for toolchain only
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Config.in.manual6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/base-files/Config.in.manual b/package/base-files/Config.in.manual
index 2a6accef0..2e56a5129 100644
--- a/package/base-files/Config.in.manual
+++ b/package/base-files/Config.in.manual
@@ -7,8 +7,8 @@ config ADK_PACKAGE_BASE_FILES
prompt "base-files........... basic filesystem structure and scripts"
tristate
select ADK_COMPILE_BASE_FILES
- depends on !ADK_TOOLCHAIN_ONLY
- default y if !ADK_TOOLCHAIN_ONLY
+ depends on !ADK_APPLIANCE_TOOLCHAIN
+ default y if !ADK_APPLIANCE_TOOLCHAIN
help
basic filesystem structure and scripts
@@ -16,7 +16,7 @@ config ADK_PACKAGE_CONFIG_IN_ETC
prompt ".config in /etc.... include buildsystem configuration in image"
bool
depends on ADK_PACKAGE_BASE_FILES
- default y if !ADK_TOOLCHAIN_ONLY
+ default y if !ADK_APPLIANCE_TOOLCHAIN
help
Copy the configuration file (.config) to the image. The
file will be found in /etc/adkconfig.gz. This takes about