From 37f6a82aad4eef9e11be3d2551c647fcabca0a34 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 12 Oct 2019 17:34:43 +0200 Subject: [PATCH] linux: update lts kernel --- mk/linux-ver.mk | 8 ++++---- target/linux/Config.in.kernelversion | 4 ++-- .../linux/patches/{4.14.142 => 4.14.149}/alpha-remove-coff.patch | 0 target/linux/patches/{4.14.142 => 4.14.149}/arm-nommu.patch | 0 target/linux/patches/{4.14.142 => 4.14.149}/arm-thumb2.patch | 0 target/linux/patches/{4.14.142 => 4.14.149}/h8300.patch | 0 .../patches/{4.14.142 => 4.14.149}/initramfs-nosizelimit.patch | 0 .../patches/{4.14.142 => 4.14.149}/microblaze-sigaltstack.patch | 0 target/linux/patches/{4.14.142 => 4.14.149}/or1k-more-ram.patch | 0 target/linux/patches/{4.14.142 => 4.14.149}/startup.patch | 0 target/linux/patches/{4.14.142 => 4.14.149}/vdso2.patch | 0 target/linux/patches/{4.19.75 => 4.19.79}/arc.patch | 0 target/linux/patches/{4.19.75 => 4.19.79}/fec-coldfire.patch | 0 target/linux/patches/{4.19.75 => 4.19.79}/or1k-more-ram.patch | 0 target/linux/patches/{4.19.75 => 4.19.79}/startup.patch | 0 15 files changed, 6 insertions(+), 6 deletions(-) rename target/linux/patches/{4.14.142 => 4.14.149}/alpha-remove-coff.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/arm-nommu.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/arm-thumb2.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/h8300.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/initramfs-nosizelimit.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/microblaze-sigaltstack.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/or1k-more-ram.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/startup.patch (100%) rename target/linux/patches/{4.14.142 => 4.14.149}/vdso2.patch (100%) rename target/linux/patches/{4.19.75 => 4.19.79}/arc.patch (100%) rename target/linux/patches/{4.19.75 => 4.19.79}/fec-coldfire.patch (100%) rename target/linux/patches/{4.19.75 => 4.19.79}/or1k-more-ram.patch (100%) rename target/linux/patches/{4.19.75 => 4.19.79}/startup.patch (100%) diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index b50085208..33f2341b7 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -22,16 +22,16 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= e84021a94784de7bb10e4251fb1a87859a8d1c97bd78fb55ad47ab6ce475ec1f endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y) -KERNEL_FILE_VER:= 4.19.75 +KERNEL_FILE_VER:= 4.19.79 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= dd5e7147e1e4501560fba5beb86dae6bf6ba843518ab3d4cad283de77b651b78 +KERNEL_HASH:= f1143564364f278ba0893a7813afc02da6ecef6d5de147bd5011aa3cc1634b34 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y) -KERNEL_FILE_VER:= 4.14.142 +KERNEL_FILE_VER:= 4.14.149 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= e67ba535991170a8383be68203af7d9b4262474ceeff2f9afedeac6043b590f3 +KERNEL_HASH:= e69dabd2368440ce1650cda0cf043e1ba3f3343f940a43b68e761739fcb3f296 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 cfd2a9dfc..ea0f26c22 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -48,7 +48,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_3 depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 - bool "4.19.75" + bool "4.19.79" select ADK_TARGET_LINUX_KERNEL_NEW depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN @@ -62,7 +62,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.142" + bool "4.14.149" select ADK_TARGET_LINUX_KERNEL_NEW depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN diff --git a/target/linux/patches/4.14.142/alpha-remove-coff.patch b/target/linux/patches/4.14.149/alpha-remove-coff.patch similarity index 100% rename from target/linux/patches/4.14.142/alpha-remove-coff.patch rename to target/linux/patches/4.14.149/alpha-remove-coff.patch diff --git a/target/linux/patches/4.14.142/arm-nommu.patch b/target/linux/patches/4.14.149/arm-nommu.patch similarity index 100% rename from target/linux/patches/4.14.142/arm-nommu.patch rename to target/linux/patches/4.14.149/arm-nommu.patch diff --git a/target/linux/patches/4.14.142/arm-thumb2.patch b/target/linux/patches/4.14.149/arm-thumb2.patch similarity index 100% rename from target/linux/patches/4.14.142/arm-thumb2.patch rename to target/linux/patches/4.14.149/arm-thumb2.patch diff --git a/target/linux/patches/4.14.142/h8300.patch b/target/linux/patches/4.14.149/h8300.patch similarity index 100% rename from target/linux/patches/4.14.142/h8300.patch rename to target/linux/patches/4.14.149/h8300.patch diff --git a/target/linux/patches/4.14.142/initramfs-nosizelimit.patch b/target/linux/patches/4.14.149/initramfs-nosizelimit.patch similarity index 100% rename from target/linux/patches/4.14.142/initramfs-nosizelimit.patch rename to target/linux/patches/4.14.149/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.14.142/microblaze-sigaltstack.patch b/target/linux/patches/4.14.149/microblaze-sigaltstack.patch similarity index 100% rename from target/linux/patches/4.14.142/microblaze-sigaltstack.patch rename to target/linux/patches/4.14.149/microblaze-sigaltstack.patch diff --git a/target/linux/patches/4.14.142/or1k-more-ram.patch b/target/linux/patches/4.14.149/or1k-more-ram.patch similarity index 100% rename from target/linux/patches/4.14.142/or1k-more-ram.patch rename to target/linux/patches/4.14.149/or1k-more-ram.patch diff --git a/target/linux/patches/4.14.142/startup.patch b/target/linux/patches/4.14.149/startup.patch similarity index 100% rename from target/linux/patches/4.14.142/startup.patch rename to target/linux/patches/4.14.149/startup.patch diff --git a/target/linux/patches/4.14.142/vdso2.patch b/target/linux/patches/4.14.149/vdso2.patch similarity index 100% rename from target/linux/patches/4.14.142/vdso2.patch rename to target/linux/patches/4.14.149/vdso2.patch diff --git a/target/linux/patches/4.19.75/arc.patch b/target/linux/patches/4.19.79/arc.patch similarity index 100% rename from target/linux/patches/4.19.75/arc.patch rename to target/linux/patches/4.19.79/arc.patch diff --git a/target/linux/patches/4.19.75/fec-coldfire.patch b/target/linux/patches/4.19.79/fec-coldfire.patch similarity index 100% rename from target/linux/patches/4.19.75/fec-coldfire.patch rename to target/linux/patches/4.19.79/fec-coldfire.patch diff --git a/target/linux/patches/4.19.75/or1k-more-ram.patch b/target/linux/patches/4.19.79/or1k-more-ram.patch similarity index 100% rename from target/linux/patches/4.19.75/or1k-more-ram.patch rename to target/linux/patches/4.19.79/or1k-more-ram.patch diff --git a/target/linux/patches/4.19.75/startup.patch b/target/linux/patches/4.19.79/startup.patch similarity index 100% rename from target/linux/patches/4.19.75/startup.patch rename to target/linux/patches/4.19.79/startup.patch -- 2.11.4.GIT