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)
commit6402253d5e5feb390563fb7035e032b30ef07db9
tree060d1348c522ad8b29e1937570aa13ff63a72165
parenta4a73602bd2fddc27aa0de1e5afa399019026a7a
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]