X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2FMakefile;h=69301a96ee5956c70492425901fe7da93d060cd5;hb=868ce33c754a2727b7eb8a2b8b00db8c52cc672b;hp=aeed946ce9e42e02bd38db80b6ba8772502acf06;hpb=ab70aef2efe5846992aaa5f3b829318377b13e8e;p=openwrt.git diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index aeed946ce9..69301a96ee 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR7xxx/AR9xxx -FEATURES:=squashfs jffs2 targz -CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely +FEATURES:=squashfs targz mips16 +CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -fno-caller-saves -mno-branch-likely SUBTARGETS:=generic nand -LINUX_VERSION:=3.7.8 +LINUX_VERSION:=3.8.12 include $(INCLUDE_DIR)/target.mk