summaryrefslogtreecommitdiff
path: root/package/base-files/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/Config.in')
-rw-r--r--package/base-files/Config.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/base-files/Config.in b/package/base-files/Config.in
deleted file mode 100644
index f58cbd63c..000000000
--- a/package/base-files/Config.in
+++ /dev/null
@@ -1,16 +0,0 @@
-config ADK_PACKAGE_BASE_FILES
- prompt "base-files........................... basic filesystem layout"
- bool
- default y if !ADK_TOOLCHAIN_ONLY
- help
- Basic filesystem layout.
-
-config ADK_PACKAGE_CONFIG_IN_ETC
- prompt ".config in /etc...................... include gzipped version of .config in image"
- bool
- 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.