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 | 66550a7032931be5f2f8878b7316087ed605cb56 (patch) | |
tree | be488f7d9c0192345a712634dd3faa96f204075c /target/linux/ar71xx/Makefile | |
parent | f15a427a56e713cb637aeb84349ba3fe02cfe9e6 (diff) | |
download | master-187ad058-66550a7032931be5f2f8878b7316087ed605cb56.tar.gz master-187ad058-66550a7032931be5f2f8878b7316087ed605cb56.tar.bz2 master-187ad058-66550a7032931be5f2f8878b7316087ed605cb56.zip |
ar71xx: switch to 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27311 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |