From: Gabor Juhos Date: Wed, 8 Oct 2008 20:16:51 +0000 (+0000) Subject: fix 2.6.26.x boot failure on ar2313 (closes #4082) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1962736dc2b8c59f387ae6509f11807a4427c1d0;p=librecmc%2Flibrecmc.git fix 2.6.26.x boot failure on ar2313 (closes #4082) SVN-Revision: 12928 --- 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