diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-05-01 07:00:17 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-05-01 07:00:17 +0000 |
commit | 9d2b3add2a5d7fce77952c77332101b53640a3a4 (patch) | |
tree | 7e3c3b52269e3c7564c6a88d67dc4ea6219b041c /target/linux/coldfire/Makefile | |
parent | 280b7f6d6bcf49ee883d766e666e49394148beb1 (diff) | |
download | upstream-9d2b3add2a5d7fce77952c77332101b53640a3a4.tar.gz upstream-9d2b3add2a5d7fce77952c77332101b53640a3a4.tar.bz2 upstream-9d2b3add2a5d7fce77952c77332101b53640a3a4.zip |
[coldfire]: switch to 2.6.38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31546 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/coldfire/Makefile')
-rw-r--r-- | target/linux/coldfire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/coldfire/Makefile b/target/linux/coldfire/Makefile index eb250d51a7..22e683fd03 100644 --- a/target/linux/coldfire/Makefile +++ b/target/linux/coldfire/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -12,7 +12,7 @@ BOARDNAME:=Freescale Coldfire v4e FEATURES:=squashfs broken MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.31.14 +LINUX_VERSION:=2.6.38.8 include $(INCLUDE_DIR)/target.mk |