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)
commite29baf712b415f35302a4dc0bd63165616da2632
treefb5e795f44118b5a4b2408315c93cefae425682f
parent298512753a08cc0ef805b5a4e254390956fd6257
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