X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=openwrt%2Fpackage%2FConfig.in;h=b9b515883795cbb544247af8455b629cc8f6e518;hb=4bcd843c607e9679d73f760c6ed893822e645012;hp=0d4f047b656adf7a2775879e9794e2c0d699ea22;hpb=9791d7a2415d481dd893f00e937dc0987fa27c1c;p=oweals%2Fopenwrt.git diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 0d4f047b65..b9b5158837 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -175,7 +175,17 @@ source "package/bluez-utils/Config.in" comment "Extra stuff" source "package/sdk/Config.in" +config BR2_PACKAGE_IMAGEBUILDER + bool "OpenWrt Image Builder" + default y if CONFIG_DEVEL + help + Build an OpenWrt Image Builder. + This package contains the necessary (precompiled) tools and all packages to generate + firmware images from package lists, without having to use the full buildroot. + Useful for building images with custom scripts or extra packages. + endmenu source "package/Sysconf.in" +