summaryrefslogtreecommitdiff
path: root/package/base-files/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/base-files/Config.in
Initial import
Diffstat (limited to 'package/base-files/Config.in')
-rw-r--r--package/base-files/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/base-files/Config.in b/package/base-files/Config.in
new file mode 100644
index 000000000..8312e2ee2
--- /dev/null
+++ b/package/base-files/Config.in
@@ -0,0 +1,16 @@
+config ADK_PACKAGE_BASE_FILES
+ prompt "base-files........................... basic filesystem layout"
+ bool
+ default y
+ help
+ Basic filesystem layout.
+
+config ADK_PACKAGE_CONFIG_IN_ETC
+ prompt ".config in /etc...................... include gzipped version of .config in image"
+ bool
+ default y
+ 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.