[atheros]: move files for kernel 2.6.26 to a special directory.
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Feb 2009 16:19:46 +0000 (16:19 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Feb 2009 16:19:46 +0000 (16:19 +0000)
commit700d136cc42e086e868a5d70b728ae3febf0a5d7
tree92259ea79c3ec40fc15d5d515966ac2043a3bccb
parent145dfc405bd7a54354079e3cc7bdbcf9b7549611
[atheros]: move files for kernel 2.6.26 to a special directory.
In kernel 2.6.28 the directory structure has chanced, so for kernel 2.6.26 a own files directory is needed.

SVN-Revision: 14583
56 files changed:
target/linux/atheros/files-2.6.26/arch/mips/atheros/Kconfig [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/ar5312/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/ar5312/board.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/ar5312/irq.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/ar5315/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/ar5315/board.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/ar5315/irq.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/ar5315/pci.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/board.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/prom.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/arch/mips/atheros/reset.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/drivers/mtd/devices/spiflash.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/drivers/mtd/devices/spiflash.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/drivers/net/ar2313/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.26/drivers/net/ar2313/ar2313.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/drivers/net/ar2313/ar2313.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/drivers/net/ar2313/dma.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/drivers/watchdog/ar2315-wtd.c [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/ar5312/ar5312.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/ar5315/ar5315.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/ar531x.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/ar531x_platform.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/cpu-feature-overrides.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/dma-coherence.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/gpio.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/reset.h [new file with mode: 0644]
target/linux/atheros/files-2.6.26/include/asm-mips/mach-atheros/war.h [new file with mode: 0644]
target/linux/atheros/files/arch/mips/atheros/Kconfig [deleted file]
target/linux/atheros/files/arch/mips/atheros/Makefile [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5312/Makefile [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5312/board.c [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5312/irq.c [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5315/Makefile [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5315/board.c [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5315/irq.c [deleted file]
target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c [deleted file]
target/linux/atheros/files/arch/mips/atheros/board.c [deleted file]
target/linux/atheros/files/arch/mips/atheros/prom.c [deleted file]
target/linux/atheros/files/arch/mips/atheros/reset.c [deleted file]
target/linux/atheros/files/drivers/mtd/devices/spiflash.c [deleted file]
target/linux/atheros/files/drivers/mtd/devices/spiflash.h [deleted file]
target/linux/atheros/files/drivers/net/ar2313/Makefile [deleted file]
target/linux/atheros/files/drivers/net/ar2313/ar2313.c [deleted file]
target/linux/atheros/files/drivers/net/ar2313/ar2313.h [deleted file]
target/linux/atheros/files/drivers/net/ar2313/dma.h [deleted file]
target/linux/atheros/files/drivers/watchdog/ar2315-wtd.c [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/ar5312/ar5312.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/ar5315/ar5315.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/ar531x_platform.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/cpu-feature-overrides.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/dma-coherence.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/gpio.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h [deleted file]
target/linux/atheros/files/include/asm-mips/mach-atheros/war.h [deleted file]