add basic support for the Magicbox boards
authorImre Kaloz <kaloz@openwrt.org>
Fri, 25 Aug 2006 21:53:54 +0000 (21:53 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 25 Aug 2006 21:53:54 +0000 (21:53 +0000)
commitaae33f76f8df6173de6863ec76696307b30795d0
treef142496e7734516fa267cc8eaa4586c80e8cbc3d
parent5d0a90e08fac0f4c8d7aa1e5ff863342f75f240a
add basic support for the Magicbox boards

SVN-Revision: 4672
16 files changed:
openwrt/include/kernel.mk
openwrt/include/target.mk
openwrt/package/madwifi/Makefile
openwrt/target/Config.in
openwrt/target/image/magicbox/Makefile [new file with mode: 0644]
openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch
openwrt/target/linux/magicbox-2.6/Makefile [new file with mode: 0644]
openwrt/target/linux/magicbox-2.6/config [new file with mode: 0644]
openwrt/target/linux/magicbox-2.6/patches/001-magicbox_support.patch [new file with mode: 0644]
openwrt/toolchain/Makefile
openwrt/toolchain/kernel-headers/files/config.ppc [new file with mode: 0644]
openwrt/toolchain/mkimage/Makefile [new file with mode: 0644]
openwrt/toolchain/mkimage/src/crc32.c [new file with mode: 0644]
openwrt/toolchain/mkimage/src/image.h [new file with mode: 0644]
openwrt/toolchain/mkimage/src/mkimage.c [new file with mode: 0644]
openwrt/toolchain/uClibc/patches/130-ppc_gcc4_fix.patch [new file with mode: 0644]