diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-09 19:24:48 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-09 19:24:48 +0000 |
commit | ad8d05b39d00b12ff90767d97b500819868ec871 (patch) | |
tree | 5e7070eb2e2e8ed04ae879452ea5b3ec9946e1d4 /target/linux/cobalt | |
parent | a59727e3b8339421481b44ce759c381b5e9f6519 (diff) | |
download | upstream-ad8d05b39d00b12ff90767d97b500819868ec871.tar.gz upstream-ad8d05b39d00b12ff90767d97b500819868ec871.tar.bz2 upstream-ad8d05b39d00b12ff90767d97b500819868ec871.zip |
realview: bump to 3.18
Signed-off-by: Your Name <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44368 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cobalt')
-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 15e01f1fce..e1441cd1b2 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.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |