From: Jonas Gorski Date: Sun, 21 Aug 2016 17:23:10 +0000 (+0200) Subject: ar71xx: switch to 24kc X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8cf1d64f1cff8ea3abb531d8c23e2a09a56e173f ar71xx: switch to 24kc GCC treats 24kc and 34kc exactly the same and will generate identical code, so there is no need to tune to 34kc instead of 24kc. Signed-off-by: Jonas Gorski --- diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 594b48ef2c..c0d867c1d9 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR7xxx/AR9xxx FEATURES:=mips16 -CPU_TYPE=34kc +CPU_TYPE=24kc SUBTARGETS:=generic nand mikrotik KERNEL_PATCHVER:=4.4