diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:04 +0000 |
commit | 8cf868e1a62db5bd9f4cb92a71acc1c049a0db1b (patch) | |
tree | 8ff63daef7a29aebe4244c8eb2212a4a952b2c5f /target/linux/ar71xx/Makefile | |
parent | a5c0ad6354b0df5216a26653b868b53329c61c69 (diff) | |
download | upstream-8cf868e1a62db5bd9f4cb92a71acc1c049a0db1b.tar.gz upstream-8cf868e1a62db5bd9f4cb92a71acc1c049a0db1b.tar.bz2 upstream-8cf868e1a62db5bd9f4cb92a71acc1c049a0db1b.zip |
ar71xx: set linux 3.10 as default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37288
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index db3f77097a..69c562d0a2 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs targz mips16 CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -fno-caller-saves -mno-branch-likely SUBTARGETS:=generic nand -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10 include $(INCLUDE_DIR)/target.mk |