From 7a6a6464971c69fa1026aeaf8fad5c79250230e9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 10 Jan 2007 21:52:28 +0000 Subject: Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071 --- target/imagebuilder/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/imagebuilder/Config.in (limited to 'target/imagebuilder/Config.in') diff --git a/target/imagebuilder/Config.in b/target/imagebuilder/Config.in new file mode 100644 index 0000000..95aeb5d --- /dev/null +++ b/target/imagebuilder/Config.in @@ -0,0 +1,10 @@ +config IB + bool "Build the OpenWrt Image Builder" + depends !TARGET_ROOTFS_INITRAMFS + default y if ALL + 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 + + -- cgit v1.1