diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-23 22:28:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-23 22:28:46 +0000 |
commit | 6f914d0d185f494b12276c428e606da6a13663dc (patch) | |
tree | 36726e094e42fa75d223d247f85e42088a8b4714 /target/linux | |
parent | 6cc825257fe8351f85ec3444b4ff6b5786289aa8 (diff) | |
download | upstream-6f914d0d185f494b12276c428e606da6a13663dc.tar.gz upstream-6f914d0d185f494b12276c428e606da6a13663dc.tar.bz2 upstream-6f914d0d185f494b12276c428e606da6a13663dc.zip |
[ar7] switch to 2.6.37.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index c2fe93ec61..9646050ceb 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -11,7 +11,7 @@ BOARD:=ar7 BOARDNAME:=TI AR7 FEATURES:=squashfs jffs2 atm -LINUX_VERSION:=2.6.32.29 +LINUX_VERSION:=2.6.37.1 include $(INCLUDE_DIR)/target.mk |