diff options
author | John Crispin <john@openwrt.org> | 2014-12-01 16:14:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-01 16:14:26 +0000 |
commit | 84df2274ffe8c4f8400ebac33f34aac8b74b789c (patch) | |
tree | 40ea843f0ba22c118ab4dfa7ed6a8dd186f75e46 /target/linux/realview/Makefile | |
parent | c27ee280ce3f7232059b06994e38a316f4eccebf (diff) | |
download | upstream-84df2274ffe8c4f8400ebac33f34aac8b74b789c.tar.gz upstream-84df2274ffe8c4f8400ebac33f34aac8b74b789c.tar.bz2 upstream-84df2274ffe8c4f8400ebac33f34aac8b74b789c.zip |
realview: add 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43465
Diffstat (limited to 'target/linux/realview/Makefile')
-rw-r--r-- | target/linux/realview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 065c170ae4..70813594f9 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp MAINTAINER:=Florian Fainelli <florian@openwrt.org> -KERNEL_PATCHVER:=3.10 +KERNEL_PATCHVER:=3.14 DEVICE_TYPE:=developerboard |