diff options
author | Magnus Kroken <mkroken@gmail.com> | 2018-10-06 01:46:23 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-10-11 08:04:02 +0200 |
commit | 650806d83ab9b59772a3506d6ef9811665552151 (patch) | |
tree | 05f0ba3b5af451b96142bf6b15725b780e9131f7 | |
parent | c83c1804891ac706f2e82f9d6c0aaf6ba290348a (diff) | |
download | upstream-650806d83ab9b59772a3506d6ef9811665552151.tar.gz upstream-650806d83ab9b59772a3506d6ef9811665552151.tar.bz2 upstream-650806d83ab9b59772a3506d6ef9811665552151.zip |
mpc85xx: switch to kernel 4.14
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index b181e67c0e..1eac544344 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> SUBTARGETS:=generic p1020 -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 KERNELNAME:=zImage |