blob: 60ee154451c8e831c7ec36a32568bc6cb9b557d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
config ADK_COMPILE_BASE_FILES
tristate
depends on ADK_PACKAGE_BASE_FILES
default n
config ADK_PACKAGE_BASE_FILES
tristate "base-files.............. basic filesystem structure and scripts"
select ADK_COMPILE_BASE_FILES
depends on !ADK_APPLIANCE_TOOLCHAIN
default y if !ADK_APPLIANCE_TOOLCHAIN
help
basic filesystem structure and scripts
config ADK_PACKAGE_CONFIG_IN_ETC
bool ".config in /etc....... include buildsystem configuration in image"
depends on ADK_PACKAGE_BASE_FILES
default y if !ADK_APPLIANCE_TOOLCHAIN
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.
|