2007-01-11 05:52:28 +08:00
|
|
|
config IB
|
|
|
|
bool "Build the OpenWrt Image Builder"
|
|
|
|
depends !TARGET_ROOTFS_INITRAMFS
|
2008-08-22 21:45:54 +08:00
|
|
|
depends !TARGET_uml
|
2007-02-22 11:56:54 +08:00
|
|
|
depends !PROFILE_KCONFIG
|
2009-12-19 02:55:03 +08:00
|
|
|
depends !EXTERNAL_TOOLCHAIN
|
2008-08-22 21:45:54 +08:00
|
|
|
select ALL
|
2007-01-11 05:52:28 +08:00
|
|
|
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
|
|
|
|
|
|
|
|
|