diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-10-08 20:16:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-10-08 20:16:51 +0000 |
commit | 1962736dc2b8c59f387ae6509f11807a4427c1d0 (patch) | |
tree | 8b4358f6274ea811aca06b7da0c9a68964048285 | |
parent | 02052624df9bfeac34c9aa4d7760e55787e87ab6 (diff) | |
download | upstream-1962736dc2b8c59f387ae6509f11807a4427c1d0.tar.gz upstream-1962736dc2b8c59f387ae6509f11807a4427c1d0.tar.bz2 upstream-1962736dc2b8c59f387ae6509f11807a4427c1d0.zip |
fix 2.6.26.x boot failure on ar2313 (closes #4082)
SVN-Revision: 12928
-rw-r--r-- | target/linux/atheros/files/include/asm-mips/mach-atheros/cpu-feature-overrides.h | 2 |
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 |