aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-10-08 20:16:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-10-08 20:16:51 +0000
commitf82b9c2d6f310c20a1b10d4dc77174223ba30055 (patch)
tree4842b5456eeb3e1f906249264e87f35850c752d4 /target/linux/atheros
parent3be34e3543337d91a61efa3b500dff1b21654a69 (diff)
downloadmaster-187ad058-f82b9c2d6f310c20a1b10d4dc77174223ba30055.tar.gz
master-187ad058-f82b9c2d6f310c20a1b10d4dc77174223ba30055.tar.bz2
master-187ad058-f82b9c2d6f310c20a1b10d4dc77174223ba30055.zip
[atheros] fix 2.6.26.x boot failure on ar2313 (closes #4082)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12928 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros')
-rw-r--r--target/linux/atheros/files/include/asm-mips/mach-atheros/cpu-feature-overrides.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/files/include/asm-mips/mach-atheros/cpu-feature-overrides.h b/target/linux/atheros/files/include/asm-mips/mach-atheros/cpu-feature-overrides.h
index e203b5fb88..97f904b5f2 100644
--- a/target/linux/atheros/files/include/asm-mips/mach-atheros/cpu-feature-overrides.h
+++ b/target/linux/atheros/files/include/asm-mips/mach-atheros/cpu-feature-overrides.h
@@ -60,7 +60,7 @@
#define cpu_has_mips32r1 1
-#if !defined(CONFIG_ATHEROS_5312)
+#if !defined(CONFIG_ATHEROS_AR5312)
# define cpu_has_mips32r2 1
#endif