diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:36 +0000 |
commit | fe86bc937096e4b349c4394a71bc3b48daae45db (patch) | |
tree | 859c534b3cd4ce81acf24e84beabc32dd09191a2 /target/linux | |
parent | ca882f230d5e7afa03b8b80c476b09dc59b7e15c (diff) | |
download | upstream-fe86bc937096e4b349c4394a71bc3b48daae45db.tar.gz upstream-fe86bc937096e4b349c4394a71bc3b48daae45db.tar.bz2 upstream-fe86bc937096e4b349c4394a71bc3b48daae45db.zip |
ar71xx: switch to 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35113
Diffstat (limited to 'target/linux')
-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 fe8826f071..b95d2581a7 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.6.11 +LINUX_VERSION:=3.7.2 include $(INCLUDE_DIR)/target.mk |