update atheros 2.6 port - add support for the older chip generation
authorFelix Fietkau <nbd@openwrt.org>
Sun, 4 Feb 2007 21:18:10 +0000 (21:18 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 4 Feb 2007 21:18:10 +0000 (21:18 +0000)
commit4e62db451c15d944db6b21b0181f2d50947b1ad1
treefb5e795f44118b5a4b2408315c93cefae425682f
parentd7798ecefec41f8cf7f65cfd9423782ac9ef9920
update atheros 2.6 port - add support for the older chip generation

SVN-Revision: 6265
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