summaryrefslogtreecommitdiff
path: root/openwrt/package/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 15:00:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 15:00:56 +0000
commit8d627f3fc5b90bd3b2349888ec5eefbf3778da41 (patch)
tree6ae7a3842861995a7840e238ffcb58595335f99d /openwrt/package/Config.in
parent596ed99c0735a0e91147c3193e88005e46a5bcec (diff)
add new image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r--openwrt/package/Config.in10
1 files changed, 10 insertions, 0 deletions
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"
+