diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-06 12:55:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-06 12:55:23 +0000 |
commit | 4dde1753495a4e0e9f15a8b062b72db07488a049 (patch) | |
tree | 36c694adbc2e64aaf4aa9c5d543b7c225c986382 /target/linux/atheros/patches-2.6.30/100-board.patch | |
parent | ad92066a840c20b337c85f3045740e4304500ba5 (diff) | |
download | upstream-4dde1753495a4e0e9f15a8b062b72db07488a049.tar.gz upstream-4dde1753495a4e0e9f15a8b062b72db07488a049.tar.bz2 upstream-4dde1753495a4e0e9f15a8b062b72db07488a049.zip |
atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-2.6.30/100-board.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.30/100-board.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/atheros/patches-2.6.30/100-board.patch b/target/linux/atheros/patches-2.6.30/100-board.patch index bfa7d6bd87..4367ce413d 100644 --- a/target/linux/atheros/patches-2.6.30/100-board.patch +++ b/target/linux/atheros/patches-2.6.30/100-board.patch @@ -4,7 +4,7 @@ help Support for BCM47XX based boards -+config ATHEROS ++config ATHEROS_AR231X + bool "Atheros 231x/531x SoC support" + select CEVT_R4K + select CSRC_R4K @@ -36,9 +36,9 @@ # +# Atheros AR5312/AR2312 WiSoC +# -+core-$(CONFIG_ATHEROS) += arch/mips/ar231x/ -+cflags-$(CONFIG_ATHEROS) += -I$(srctree)/arch/mips/include/asm/mach-ar231x -+load-$(CONFIG_ATHEROS) += 0xffffffff80041000 ++core-$(CONFIG_ATHEROS_AR231X) += arch/mips/ar231x/ ++cflags-$(CONFIG_ATHEROS_AR231X) += -I$(srctree)/arch/mips/include/asm/mach-ar231x ++load-$(CONFIG_ATHEROS_AR231X) += 0xffffffff80041000 + +# # Cobalt Server @@ -49,12 +49,12 @@ @@ -0,0 +1,17 @@ +config ATHEROS_AR5312 + bool "Atheros 5312/2312+ support" -+ depends on ATHEROS ++ depends on ATHEROS_AR231X + default y + +config ATHEROS_AR2315 + bool "Atheros 2315+ support" -+ depends on ATHEROS ++ depends on ATHEROS_AR231X + select DMA_NONCOHERENT + select CEVT_R4K + select CSRC_R4K |