Config.in 520 B

12345678910111213141516
  1. config ADK_PACKAGE_BASE_FILES
  2. prompt "base-files........................... basic filesystem layout"
  3. bool
  4. default y
  5. help
  6. Basic filesystem layout.
  7. config ADK_PACKAGE_CONFIG_IN_ETC
  8. prompt ".config in /etc...................... include gzipped version of .config in image"
  9. bool
  10. default y
  11. help
  12. Copy the configuration file (.config) to the image. The
  13. file will be found in /etc/adkconfig.gz. This takes about
  14. 7kBytes of file system space. From this file you can always rebuild
  15. the image from source.