diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-18 13:04:02 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-18 13:04:02 +0000 |
commit | f2ef1714a6c875acc9817b22d3796d0f9ad5c5ed (patch) | |
tree | d4de41b2a6e639e2542257cd153ca280ca6bf284 /target/linux/pxa/Makefile | |
parent | 280163622f5bdcfc6999701d862978cdf4641cf1 (diff) |
[pxa]: upgrade to 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa/Makefile')
-rw-r--r-- | target/linux/pxa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 747e4fdba0..7ba67040a3 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -12,7 +12,7 @@ BOARDNAME:=Marvell/Intel PXA2xx FEATURES:=squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.32.32 +LINUX_VERSION:=2.6.37.3 include $(INCLUDE_DIR)/target.mk |