add new image builder
[10.03/openwrt.git] / package / Config.in
index 0d4f047..b9b5158 100644 (file)
@@ -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"
 
+