summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-27 12:57:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-27 12:57:19 +0100
commit03d5db200debe0f42a45824f80dc39152b173cf7 (patch)
tree9c3570029e2b57cc5c3ddc952f9caac4229d19ba /package/base-files
parent4ec19868ca3eab2146899d745319d775b23687af (diff)
alphabetical order of menu entries, add back buildsystem
configuration in /etc feature
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Config.in.manual10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/base-files/Config.in.manual b/package/base-files/Config.in.manual
new file mode 100644
index 000000000..d750ff3ef
--- /dev/null
+++ b/package/base-files/Config.in.manual
@@ -0,0 +1,10 @@
+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
+ help
+ Copy the configuration file (.config) to the image. The
+ file will be found in /etc/adkconfig.gz. This takes about
+ 7kBytes of file system space. From this file you can always rebuild
+ the image from source.