X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Fimagebuilder%2FConfig.in;h=245c71583df9d250c63605563afc04701b056315;hb=e32b2f92b1912e875cf4a0feedcbe65d7d41e641;hp=265ac76e37a3e6d0b32c79211ddd6fdddd1703f5;hpb=44db3f411717d56268e22004ed44fd309dc662c7;p=openwrt%2Fopenwrt.git diff --git a/target/imagebuilder/Config.in b/target/imagebuilder/Config.in index 265ac76e37..245c71583d 100644 --- a/target/imagebuilder/Config.in +++ b/target/imagebuilder/Config.in @@ -1,11 +1,17 @@ config IB - bool "Build the OpenWrt Image Builder" - depends !TARGET_ROOTFS_INITRAMFS - depends !PROFILE_KCONFIG - depends !LINUX_2_6_UML + bool "Build the LEDE Image Builder" + depends on !PROFILE_KCONFIG + depends on !EXTERNAL_TOOLCHAIN 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 + 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.