From 3688b9622604194b411baed83f70117346af13ea Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 10 Apr 2017 16:28:39 +0300 Subject: [PATCH] target: mpc85xx: switch to kernel 4.9 Signed-off-by: Alexandru Ardelean --- target/linux/mpc85xx/Makefile | 2 +- target/linux/mpc85xx/{config-4.4 => config-4.9} | 0 .../001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch | 0 .../100-powerpc-85xx-tl-wdr4900-v1-support.patch | 0 .../200-spi-fsl-espi-preallocate-local-buffer.patch | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename target/linux/mpc85xx/{config-4.4 => config-4.9} (100%) rename target/linux/mpc85xx/{patches-4.4 => patches-4.9}/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch (100%) rename target/linux/mpc85xx/{patches-4.4 => patches-4.9}/100-powerpc-85xx-tl-wdr4900-v1-support.patch (100%) rename target/linux/mpc85xx/{patches-4.4 => patches-4.9}/200-spi-fsl-espi-preallocate-local-buffer.patch (100%) diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 161c8cb816..8428bec6bc 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs MAINTAINER:=Imre Kaloz SUBTARGETS:=generic p1020 -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.9 define Target/Description Build images for the Freescale MPC85xx based boards. diff --git a/target/linux/mpc85xx/config-4.4 b/target/linux/mpc85xx/config-4.9 similarity index 100% rename from target/linux/mpc85xx/config-4.4 rename to target/linux/mpc85xx/config-4.9 diff --git a/target/linux/mpc85xx/patches-4.4/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch b/target/linux/mpc85xx/patches-4.9/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch similarity index 100% rename from target/linux/mpc85xx/patches-4.4/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch rename to target/linux/mpc85xx/patches-4.9/001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch diff --git a/target/linux/mpc85xx/patches-4.4/100-powerpc-85xx-tl-wdr4900-v1-support.patch b/target/linux/mpc85xx/patches-4.9/100-powerpc-85xx-tl-wdr4900-v1-support.patch similarity index 100% rename from target/linux/mpc85xx/patches-4.4/100-powerpc-85xx-tl-wdr4900-v1-support.patch rename to target/linux/mpc85xx/patches-4.9/100-powerpc-85xx-tl-wdr4900-v1-support.patch diff --git a/target/linux/mpc85xx/patches-4.4/200-spi-fsl-espi-preallocate-local-buffer.patch b/target/linux/mpc85xx/patches-4.9/200-spi-fsl-espi-preallocate-local-buffer.patch similarity index 100% rename from target/linux/mpc85xx/patches-4.4/200-spi-fsl-espi-preallocate-local-buffer.patch rename to target/linux/mpc85xx/patches-4.9/200-spi-fsl-espi-preallocate-local-buffer.patch -- 2.30.2