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)
commitd5a6e89b8ff788cdcc0f195857ff042be1bf3116
treedea67c0d50a3959429bbf0094651a6a420548313
parent13eef022bd62bc990528bdf61a705d1c96a27f11
add basic support for the Magicbox boards

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 files changed:
include/kernel.mk
include/target.mk
package/madwifi/Makefile
target/Config.in
target/image/magicbox/Makefile [new file with mode: 0644]
target/linux/generic-2.6/patches/005-gcc4_fix.patch
target/linux/magicbox-2.6/Makefile [new file with mode: 0644]
target/linux/magicbox-2.6/config [new file with mode: 0644]
target/linux/magicbox-2.6/patches/001-magicbox_support.patch [new file with mode: 0644]
toolchain/Makefile
toolchain/kernel-headers/files/config.ppc [new file with mode: 0644]
toolchain/mkimage/Makefile [new file with mode: 0644]
toolchain/mkimage/src/crc32.c [new file with mode: 0644]
toolchain/mkimage/src/image.h [new file with mode: 0644]
toolchain/mkimage/src/mkimage.c [new file with mode: 0644]
toolchain/uClibc/patches/130-ppc_gcc4_fix.patch [new file with mode: 0644]