blob: 8312e2ee21e0a56156012538fa663bd49d027544 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
|