9d48e037e89ba00690d2c726b3f0468c236fba0f
[15.05/openwrt.git] / target / imagebuilder / Config.in
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
10 config IB_STANDALONE
11         bool "Include package repositories"
12         depends on IB
13         help
14           By default, the ImageBuilder will use the online package repositories
15           to fetch additional .ipk archives. Enabling this option will cause
16           the ImageBuilder to embed all built packages locally instead.