diff options
| author | Magnus Kroken | 2018-10-05 23:46:23 +0000 |
|---|---|---|
| committer | John Crispin | 2018-10-11 06:04:02 +0000 |
| commit | 650806d83ab9b59772a3506d6ef9811665552151 (patch) | |
| tree | 05f0ba3b5af451b96142bf6b15725b780e9131f7 | |
| parent | c83c1804891ac706f2e82f9d6c0aaf6ba290348a (diff) | |
| download | openwrt-650806d83ab9b59772a3506d6ef9811665552151.tar.gz | |
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 |