Config.in 515 B

12345678910111213141516171819202122232425262728293031
  1. menu "Global build settings"
  2. config ALL_NONSHARED
  3. bool "Select all target specific packages by default"
  4. default ALL
  5. config ALL_KMODS
  6. bool "Select all kernel module packages by default"
  7. default ALL
  8. config ALL
  9. bool "Select all userspace packages by default"
  10. default y
  11. config SIGNED_PACKAGES
  12. bool "Cryptographically sign package lists"
  13. default y
  14. endmenu
  15. config IN_SDK
  16. default y
  17. bool
  18. config MODULES
  19. bool
  20. default y
  21. option modules
  22. source "Config-build.in"
  23. source "tmp/.config-package.in"