1 config ADK_COMPILE_BASE_FILES
3 depends on ADK_PACKAGE_BASE_FILES
6 config ADK_PACKAGE_BASE_FILES
7 tristate "base-files.............. basic filesystem structure and scripts"
8 select ADK_COMPILE_BASE_FILES
9 depends on !ADK_APPLIANCE_TOOLCHAIN
10 default y if !ADK_APPLIANCE_TOOLCHAIN
12 basic filesystem structure and scripts
14 config ADK_PACKAGE_CONFIG_IN_ETC
15 bool ".config in /etc....... include buildsystem configuration in image"
16 depends on ADK_PACKAGE_BASE_FILES
17 default y if !ADK_APPLIANCE_TOOLCHAIN
19 Copy the configuration file (.config) to the image. The
20 file will be found in /etc/adkconfig.gz. This takes about
21 7kBytes of file system space. From this file you can always rebuild
22 the image from source.