diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-14 15:00:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-14 15:00:56 +0000 |
commit | 784b8bd42f8f263276ba8bdfa997860410708b89 (patch) | |
tree | 3791379c53d15c6d907cc1a90a9a74ddbe7b154e /package/Config.in | |
parent | ec4b43d6caed9f22ca6ecd7312fea29c8abafaae (diff) | |
download | upstream-784b8bd42f8f263276ba8bdfa997860410708b89.tar.gz upstream-784b8bd42f8f263276ba8bdfa997860410708b89.tar.bz2 upstream-784b8bd42f8f263276ba8bdfa997860410708b89.zip |
add new image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 0d4f047b65..b9b5158837 100644 --- a/package/Config.in +++ b/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" + |