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 | 685a61eb6c871f2742cba11723fbcf087c41c859 (patch) | |
tree | aa58909d74918d8a23b71cbf4c42d8225f540463 /target/linux/cobalt/Makefile | |
parent | 0fb8884efe984f061ec71912aaccf7499a67423c (diff) | |
download | upstream-685a61eb6c871f2742cba11723fbcf087c41c859.tar.gz upstream-685a61eb6c871f2742cba11723fbcf087c41c859.tar.bz2 upstream-685a61eb6c871f2742cba11723fbcf087c41c859.zip |
switch to 2.6.39
SVN-Revision: 27175
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 |