gzip: update to 1.10
[openadk.git] / package / base-files / Config.in.manual
blob60ee154451c8e831c7ec36a32568bc6cb9b557d7
1 config ADK_COMPILE_BASE_FILES
2         tristate
3         depends on ADK_PACKAGE_BASE_FILES
4         default n
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
11         help
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
18         help
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.