diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-29 08:57:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-06-29 08:57:33 +0000 |
commit | 36e7a8b33e235355d39ffee41cfbd41f3505f17f (patch) | |
tree | 08d89bdd543bd9ff4f422f9f39aefb36247ece53 /target | |
parent | 6627574e57a612e5e901317224b0910d28835e19 (diff) | |
download | upstream-36e7a8b33e235355d39ffee41cfbd41f3505f17f.tar.gz upstream-36e7a8b33e235355d39ffee41cfbd41f3505f17f.tar.bz2 upstream-36e7a8b33e235355d39ffee41cfbd41f3505f17f.zip |
ar71xx: switch to 2.6.39
SVN-Revision: 27311
Diffstat (limited to 'target')
-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 b223c40dd8..d02504b618 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 SUBTARGETS:=generic nand -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=2.6.39.2 include $(INCLUDE_DIR)/target.mk |