From: juhosg Date: Wed, 8 Oct 2008 20:16:51 +0000 (+0000) Subject: [atheros] fix 2.6.26.x boot failure on ar2313 (closes #4082) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=e378dbfeabc3cc6fe75f3d8e0e462ca60b9c15b0 [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 --- 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 e203b5fb8..97f904b5f 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