From 72e50acb01c3925ed2bb7e86d34286651536f832 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 28 Jan 2020 14:42:23 +0100 Subject: [PATCH] linux: update to latest 4.14.x --- mk/linux-ver.mk | 4 ++-- target/linux/Config.in.kernelversion | 2 +- target/linux/patches/{4.14.149 => 4.14.168}/alpha-remove-coff.patch | 0 target/linux/patches/{4.14.149 => 4.14.168}/arm-nommu.patch | 0 target/linux/patches/{4.14.149 => 4.14.168}/arm-thumb2.patch | 0 target/linux/patches/{4.14.149 => 4.14.168}/h8300.patch | 0 .../linux/patches/{4.14.149 => 4.14.168}/initramfs-nosizelimit.patch | 0 .../linux/patches/{4.14.149 => 4.14.168}/microblaze-sigaltstack.patch | 0 target/linux/patches/{4.14.149 => 4.14.168}/or1k-more-ram.patch | 0 target/linux/patches/{4.14.149 => 4.14.168}/startup.patch | 0 target/linux/patches/{4.14.149 => 4.14.168}/vdso2.patch | 0 11 files changed, 3 insertions(+), 3 deletions(-) rename target/linux/patches/{4.14.149 => 4.14.168}/alpha-remove-coff.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/arm-nommu.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/arm-thumb2.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/h8300.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/initramfs-nosizelimit.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/microblaze-sigaltstack.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/or1k-more-ram.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/startup.patch (100%) rename target/linux/patches/{4.14.149 => 4.14.168}/vdso2.patch (100%) diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 6a2cf9980..73b83b6dd 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -28,10 +28,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 8dbc21f994af9dc3468da4e934a641b457a57cf125d1a8e8f95fe488edd5b5ab endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y) -KERNEL_FILE_VER:= 4.14.149 +KERNEL_FILE_VER:= 4.14.168 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= e69dabd2368440ce1650cda0cf043e1ba3f3343f940a43b68e761739fcb3f296 +KERNEL_HASH:= db5777d3a12a85bc8c130b7b250bab2283f9d964b725e5de3c216b495eeb31fe endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_9),y) KERNEL_FILE_VER:= 4.9.179 diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 21abecf00..31c66f942 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -65,7 +65,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TARGET_LINUX_KERNEL_VERSION_4_14 - bool "4.14.149" + bool "4.14.168" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_CRIS diff --git a/target/linux/patches/4.14.149/alpha-remove-coff.patch b/target/linux/patches/4.14.168/alpha-remove-coff.patch similarity index 100% rename from target/linux/patches/4.14.149/alpha-remove-coff.patch rename to target/linux/patches/4.14.168/alpha-remove-coff.patch diff --git a/target/linux/patches/4.14.149/arm-nommu.patch b/target/linux/patches/4.14.168/arm-nommu.patch similarity index 100% rename from target/linux/patches/4.14.149/arm-nommu.patch rename to target/linux/patches/4.14.168/arm-nommu.patch diff --git a/target/linux/patches/4.14.149/arm-thumb2.patch b/target/linux/patches/4.14.168/arm-thumb2.patch similarity index 100% rename from target/linux/patches/4.14.149/arm-thumb2.patch rename to target/linux/patches/4.14.168/arm-thumb2.patch diff --git a/target/linux/patches/4.14.149/h8300.patch b/target/linux/patches/4.14.168/h8300.patch similarity index 100% rename from target/linux/patches/4.14.149/h8300.patch rename to target/linux/patches/4.14.168/h8300.patch diff --git a/target/linux/patches/4.14.149/initramfs-nosizelimit.patch b/target/linux/patches/4.14.168/initramfs-nosizelimit.patch similarity index 100% rename from target/linux/patches/4.14.149/initramfs-nosizelimit.patch rename to target/linux/patches/4.14.168/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.14.149/microblaze-sigaltstack.patch b/target/linux/patches/4.14.168/microblaze-sigaltstack.patch similarity index 100% rename from target/linux/patches/4.14.149/microblaze-sigaltstack.patch rename to target/linux/patches/4.14.168/microblaze-sigaltstack.patch diff --git a/target/linux/patches/4.14.149/or1k-more-ram.patch b/target/linux/patches/4.14.168/or1k-more-ram.patch similarity index 100% rename from target/linux/patches/4.14.149/or1k-more-ram.patch rename to target/linux/patches/4.14.168/or1k-more-ram.patch diff --git a/target/linux/patches/4.14.149/startup.patch b/target/linux/patches/4.14.168/startup.patch similarity index 100% rename from target/linux/patches/4.14.149/startup.patch rename to target/linux/patches/4.14.168/startup.patch diff --git a/target/linux/patches/4.14.149/vdso2.patch b/target/linux/patches/4.14.168/vdso2.patch similarity index 100% rename from target/linux/patches/4.14.149/vdso2.patch rename to target/linux/patches/4.14.168/vdso2.patch -- 2.11.4.GIT