diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-14 20:05:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-14 20:05:13 +0000 |
commit | 52500996fc226f183842cc543ba66c5896ba1f25 (patch) | |
tree | cfd3c930b9013da0869473d97f906fb105d15252 /target/linux/cobalt/Makefile | |
parent | e044b85889532a15646650c1215ad36335061e3c (diff) | |
download | upstream-52500996fc226f183842cc543ba66c5896ba1f25.tar.gz upstream-52500996fc226f183842cc543ba66c5896ba1f25.tar.bz2 upstream-52500996fc226f183842cc543ba66c5896ba1f25.zip |
[cobalt] switch to 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27175 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cobalt/Makefile')
-rw-r--r-- | target/linux/cobalt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile index 8ed50f4b57..001f960162 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -13,7 +13,7 @@ FEATURES:=targz pci ext4 CFLAGS:=-O2 -pipe -mtune=r5000 -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=2.6.39.1 include $(INCLUDE_DIR)/target.mk |