Add initial version of the new Image Builder
authorFelix Fietkau <nbd@openwrt.org>
Wed, 10 Jan 2007 21:52:28 +0000 (21:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 10 Jan 2007 21:52:28 +0000 (21:52 +0000)
commit53aef8417d5b9e00e4b74b022ed03975c732d8e9
tree56570ca509d7826cb8163622a96ddac70562068c
parentbf32023e6c902f04f995d7e787a72129794a16ba
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6071 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 files changed:
Config.in
include/image.mk
include/target.mk
target/Makefile
target/imagebuilder/Config.in [new file with mode: 0644]
target/imagebuilder/Makefile [new file with mode: 0644]
target/imagebuilder/files/Makefile [new file with mode: 0644]
target/linux/atheros-2.6/image/Makefile
target/linux/ixp4xx-2.6/image/Makefile
target/linux/magicbox-2.6/image/Makefile
target/linux/rb532-2.6/image/Makefile
target/linux/rdc-2.6/image/Makefile
target/linux/uml-2.6/image/Makefile
target/linux/x86-2.6/image/Makefile