Config.in 584 B

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