summaryrefslogtreecommitdiff
path: root/package/base-files/Config.in.manual
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 14:24:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 14:24:02 +0200
commit932272554e1fdd5ef1b15e55b30786595b5d212e (patch)
treeea47e886611f5fe4d1bbda2b99cc104d9fcb94e3 /package/base-files/Config.in.manual
parent71582bdd2080c6d7fb446d4cea10c93cf781419d (diff)
use manual config for base-files, fix fancy prompt
Diffstat (limited to 'package/base-files/Config.in.manual')
-rw-r--r--package/base-files/Config.in.manual16
1 files changed, 15 insertions, 1 deletions
diff --git a/package/base-files/Config.in.manual b/package/base-files/Config.in.manual
index d750ff3ef..a3180f4dc 100644
--- a/package/base-files/Config.in.manual
+++ b/package/base-files/Config.in.manual
@@ -1,5 +1,19 @@
+config ADK_COMPILE_BASE_FILES
+ tristate
+ depends on ADK_PACKAGE_BASE_FILES
+ default n
+
+config ADK_PACKAGE_BASE_FILES
+ prompt "base-files............. basic filesystem structure and scripts"
+ tristate
+ default y if !ADK_TOOLCHAIN_ONLY
+ select ADK_COMPILE_BASE_FILES
+ depends on !ADK_TOOLCHAIN_ONLY
+ help
+ basic filesystem structure and scripts
+
config ADK_PACKAGE_CONFIG_IN_ETC
- prompt ".config in /etc.................. include buildsystem configuration in image"
+ prompt ".config in /etc...... include buildsystem configuration in image"
bool
depends on ADK_PACKAGE_BASE_FILES
default y if !ADK_TOOLCHAIN_ONLY