b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | config IB |
| 2 | bool "Build the OpenWrt Image Builder" |
| 3 | depends on !EXTERNAL_TOOLCHAIN |
| 4 | default BUILDBOT |
| 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 | |
| 10 | config IB_STANDALONE |
| 11 | bool "Include package repositories" |
| 12 | default y if !BUILDBOT |
| 13 | depends on IB |
| 14 | help |
| 15 | Disabling this option will cause the ImageBuilder to embed only |
| 16 | toolchain and kmod packages while all other ipk archives will be |
| 17 | fetched from online repositories. |