diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 08:47:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-04 08:47:38 +0000 |
commit | d5adb0dbdd93473fdc0e083f932f8da467e63bc6 (patch) | |
tree | 1d10a209434f624024e9fec45761d2a466f7f306 /target/linux/ar71xx/Makefile | |
parent | a87a96da676863116f9459565ad0c424acf9a246 (diff) | |
download | upstream-d5adb0dbdd93473fdc0e083f932f8da467e63bc6.tar.gz upstream-d5adb0dbdd93473fdc0e083f932f8da467e63bc6.tar.bz2 upstream-d5adb0dbdd93473fdc0e083f932f8da467e63bc6.zip |
ar71xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35869
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 cf75e81926..d5e53d83a6 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely SUBTARGETS:=generic nand -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |