summaryrefslogtreecommitdiff
path: root/package/base-files/Config.in.manual
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-28 08:58:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-28 08:58:12 +0100
commit1b7510f011b5c63c060943716f39c9417b116359 (patch)
tree51e8816a4ffb966618cc57f002de3f053085359d /package/base-files/Config.in.manual
parentdeab61f21e399a8b8b7e2cee42d3c3bd2136da09 (diff)
parent4db531872ce8e489cf036526975d8f73c8b20a88 (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/base-files/Config.in.manual')
-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.