Config.in.manual 777 B

123456789101112131415161718192021222324
  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. prompt "base-files............. basic filesystem structure and scripts"
  7. tristate
  8. select ADK_COMPILE_BASE_FILES
  9. depends on !ADK_TOOLCHAIN_ONLY
  10. default y if !ADK_TOOLCHAIN_ONLY
  11. help
  12. basic filesystem structure and scripts
  13. config ADK_PACKAGE_CONFIG_IN_ETC
  14. prompt ".config in /etc...... include buildsystem configuration in image"
  15. bool
  16. depends on ADK_PACKAGE_BASE_FILES
  17. default y if !ADK_TOOLCHAIN_ONLY
  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.