openwrt/target/imagebuilder/Config.in
Daniel Dickinson 8f0b2b7d78 toolchain: sdk: ib: allow external toolchain override
Allow building imagebuilder and/or sdk with dependency on the same
external toolchain as used to build the imagebuilder or sdk (so that ib
and sdk may be built using an external toolchain).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Original patch:
https://lists.openwrt.org/pipermail/openwrt-devel/2016-January/012552.html
[rebased to current main, impvove commit title]
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22089
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-02-20 22:54:26 +01:00

17 lines
611 B
Text

config IB
bool "Build the OpenWrt Image Builder"
depends on !EXTERNAL_TOOLCHAIN || EXTERNAL_TOOLCHAIN_IB
default BUILDBOT
help
This is essentially a stripped-down version of the buildroot
with precompiled packages, kernel image and image building tools.
You can use it to generate custom images without compiling anything
config IB_STANDALONE
bool "Include package repositories"
default y if !BUILDBOT
depends on IB
help
Disabling this option will cause the ImageBuilder to embed only
toolchain and kmod packages while all other ipk archives will be
fetched from online repositories.