summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-25 21:01:17 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-25 21:01:32 +0200
commitabc999b9ebe36de53c53090c077ae06985de808c (patch)
treebf855b8e2f38283f69a3b81f44df9be9d88f1da6 /package/base-files
parentd8a3cfe3d7691fd44ee341b4753c602c10b7db7b (diff)
allow to choose base apps, minor dot cleanup
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Config.in.manual6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/base-files/Config.in.manual b/package/base-files/Config.in.manual
index 2e56a5129..60ee15445 100644
--- a/package/base-files/Config.in.manual
+++ b/package/base-files/Config.in.manual
@@ -4,8 +4,7 @@ config ADK_COMPILE_BASE_FILES
default n
config ADK_PACKAGE_BASE_FILES
- prompt "base-files........... basic filesystem structure and scripts"
- tristate
+ tristate "base-files.............. basic filesystem structure and scripts"
select ADK_COMPILE_BASE_FILES
depends on !ADK_APPLIANCE_TOOLCHAIN
default y if !ADK_APPLIANCE_TOOLCHAIN
@@ -13,8 +12,7 @@ config ADK_PACKAGE_BASE_FILES
basic filesystem structure and scripts
config ADK_PACKAGE_CONFIG_IN_ETC
- prompt ".config in /etc.... include buildsystem configuration in image"
- bool
+ bool ".config in /etc....... include buildsystem configuration in image"
depends on ADK_PACKAGE_BASE_FILES
default y if !ADK_APPLIANCE_TOOLCHAIN
help