Config.in 556 B

12345678910111213141516
  1. config IB
  2. bool "Build the libreCMC Image Builder"
  3. depends on !EXTERNAL_TOOLCHAIN
  4. help
  5. This is essentially a stripped-down version of the buildroot
  6. with precompiled packages, kernel image and image building tools.
  7. You can use it to generate custom images without compiling anything
  8. config IB_STANDALONE
  9. bool "Include package repositories"
  10. default y
  11. depends on IB
  12. help
  13. Disabling this option will cause the ImageBuilder to embed only
  14. toolchain and kmod packages while all other ipk archives will be
  15. fetched from online repositories.