update atheros 2.6 port - add support for the older chip generation
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Feb 2007 21:18:10 +0000 (21:18 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Feb 2007 21:18:10 +0000 (21:18 +0000)
commit63b12ffd1bf4012ffb97802ca54a60a3d895903a
treefb5e795f44118b5a4b2408315c93cefae425682f
parent0634ad3b282481a980e7791af560491e662ec426
update atheros 2.6 port - add support for the older chip generation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6265 3c298f89-4303-0410-b956-a3cf2f4a3e73
25 files changed:
target/linux/atheros-2.6/config
target/linux/atheros-2.6/config-diff
target/linux/atheros-2.6/files/arch/mips/atheros/Kconfig [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/Makefile [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar5315.h [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/ar531x.h [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/board.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/irq.c [new file with mode: 0644]
target/linux/atheros-2.6/files/arch/mips/atheros/prom.c [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/mtd/devices/spiflash.c [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/mtd/devices/spiflash.h [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/net/ar2313/Makefile [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313.c [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313.h [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/net/ar2313/ar2313_msg.h [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/net/ar2313/dma.h [new file with mode: 0644]
target/linux/atheros-2.6/files/drivers/net/ar2313/platform.h [new file with mode: 0644]
target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h [new file with mode: 0644]
target/linux/atheros-2.6/patches/100-board.patch
target/linux/atheros-2.6/patches/110-spiflash.patch
target/linux/atheros-2.6/patches/120-enable_wireless_for_ahb.patch
target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch