build: unify mips target cflags
[openwrt.git] / target / linux / ar71xx / Makefile
index 52cfc37..e80cc59 100644 (file)
@@ -10,10 +10,10 @@ ARCH:=mips
 BOARD:=ar71xx
 BOARDNAME:=Atheros AR7xxx/AR9xxx
 FEATURES:=squashfs targz mips16
-CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -fno-caller-saves -mno-branch-likely
+CPU_TYPE=34kc
 SUBTARGETS:=generic nand
 
-LINUX_VERSION:=3.10.3
+LINUX_VERSION:=3.10.12
 
 include $(INCLUDE_DIR)/target.mk