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 | ee27d51199124f8462ef53c5d834e5cea9dbee05 (patch) | |
tree | 074254e1487797a4108ce9ff8bc27ac056121018 /target | |
parent | 3dbd27f9cb3edddd6cb1f0a7687de6d8e79a7a01 (diff) | |
download | upstream-ee27d51199124f8462ef53c5d834e5cea9dbee05.tar.gz upstream-ee27d51199124f8462ef53c5d834e5cea9dbee05.tar.bz2 upstream-ee27d51199124f8462ef53c5d834e5cea9dbee05.zip |
cobalt: switch to 3.14 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43548 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |