Config.in.manual 778 B

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