diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-12-07 21:58:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-12-07 21:58:22 +0000 |
commit | 4287370f76998035f63a506cd6449bfc8c6747c0 (patch) | |
tree | bb9f058a9ae8d5dbdccacfe0c404d4df960f0759 /target | |
parent | 35e8cc2cdc62254ff0025882629c565a9c28e21d (diff) | |
download | upstream-4287370f76998035f63a506cd6449bfc8c6747c0.tar.gz upstream-4287370f76998035f63a506cd6449bfc8c6747c0.tar.bz2 upstream-4287370f76998035f63a506cd6449bfc8c6747c0.zip |
cobalt: switch to 3.14 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43548
Diffstat (limited to 'target')
-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 5f0adc288a..15e01f1fce 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -14,7 +14,7 @@ CPU_TYPE := 5k CPU_CFLAGS_5k := -march=r5000 MAINTAINER:=Florian Fainelli <florian@openwrt.org> -KERNEL_PATCHVER:=3.3 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk |