diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-25 23:25:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-25 23:25:47 +0000 |
commit | f1e6621a07229f453f9114d9928af82eb75d6c92 (patch) | |
tree | 0b3c82c081df7c825a11fe38ccf152a9d39ae176 /target | |
parent | 3770bbaae2bb6774ee5e171ea42cf5aadb2618b7 (diff) | |
download | upstream-f1e6621a07229f453f9114d9928af82eb75d6c92.tar.gz upstream-f1e6621a07229f453f9114d9928af82eb75d6c92.tar.bz2 upstream-f1e6621a07229f453f9114d9928af82eb75d6c92.zip |
ar71xx: update to 2.6.37.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25715 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b05ad6de30..b0b096a2fe 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 -funit-at-a-time SUBTARGETS:=generic nand -LINUX_VERSION:=2.6.32.29 +LINUX_VERSION:=2.6.37.1 include $(INCLUDE_DIR)/target.mk |