From bf758cc01722af5201f162d34139a174b4b9a23b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 2 Apr 2017 06:34:29 +0200 Subject: [PATCH] linux: update to 4.4.59 --- mk/kernel-ver.mk | 4 ++-- target/config/Config.in.kernelversion | 2 +- target/linux/patches/{4.4.56 => 4.4.59}/coldfire-sighandler.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/crisv32.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/crisv32_ethernet_driver.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/initramfs-nosizelimit.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/ld-or1k.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/macsonic.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/mips-xz.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/patch-realtime | 0 target/linux/patches/{4.4.56 => 4.4.59}/startup.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/use-libgcc-for-sh.patch | 0 target/linux/patches/{4.4.56 => 4.4.59}/versatile-nommu.patch | 0 13 files changed, 3 insertions(+), 3 deletions(-) rename target/linux/patches/{4.4.56 => 4.4.59}/coldfire-sighandler.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/crisv32.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/crisv32_ethernet_driver.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/initramfs-nosizelimit.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/ld-or1k.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/macsonic.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/mips-xz.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/patch-realtime (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/startup.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/use-libgcc-for-sh.patch (100%) rename target/linux/patches/{4.4.56 => 4.4.59}/versatile-nommu.patch (100%) diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 59a6907a2..b89c8eda5 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -28,10 +28,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= e158f3c69da87c2ec28d0f194dbe18b05e0d0b9e1142566615cea3390bab1c6a endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) -KERNEL_FILE_VER:= 4.4.56 +KERNEL_FILE_VER:= 4.4.59 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 55181e24869e4b550ef756eecd1ab4f6774228c457f4830e9e779c6db4c2a2b6 +KERNEL_HASH:= 64e9523c4c7fdaf391a16dd19541bb58e39943cb2151aa0c3d15b6aeaba996ca endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y) KERNEL_FILE_VER:= 4.1.35 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 48be3fe3d..fe135aa5b 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -40,7 +40,7 @@ config ADK_TARGET_KERNEL_VERSION_4_6 depends on ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64 config ADK_TARGET_KERNEL_VERSION_4_4 - bool "4.4.56" + bool "4.4.59" depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_NIOS2 depends on !ADK_TARGET_ARCH_OR1K diff --git a/target/linux/patches/4.4.56/coldfire-sighandler.patch b/target/linux/patches/4.4.59/coldfire-sighandler.patch similarity index 100% rename from target/linux/patches/4.4.56/coldfire-sighandler.patch rename to target/linux/patches/4.4.59/coldfire-sighandler.patch diff --git a/target/linux/patches/4.4.56/crisv32.patch b/target/linux/patches/4.4.59/crisv32.patch similarity index 100% rename from target/linux/patches/4.4.56/crisv32.patch rename to target/linux/patches/4.4.59/crisv32.patch diff --git a/target/linux/patches/4.4.56/crisv32_ethernet_driver.patch b/target/linux/patches/4.4.59/crisv32_ethernet_driver.patch similarity index 100% rename from target/linux/patches/4.4.56/crisv32_ethernet_driver.patch rename to target/linux/patches/4.4.59/crisv32_ethernet_driver.patch diff --git a/target/linux/patches/4.4.56/initramfs-nosizelimit.patch b/target/linux/patches/4.4.59/initramfs-nosizelimit.patch similarity index 100% rename from target/linux/patches/4.4.56/initramfs-nosizelimit.patch rename to target/linux/patches/4.4.59/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.4.56/ld-or1k.patch b/target/linux/patches/4.4.59/ld-or1k.patch similarity index 100% rename from target/linux/patches/4.4.56/ld-or1k.patch rename to target/linux/patches/4.4.59/ld-or1k.patch diff --git a/target/linux/patches/4.4.56/macsonic.patch b/target/linux/patches/4.4.59/macsonic.patch similarity index 100% rename from target/linux/patches/4.4.56/macsonic.patch rename to target/linux/patches/4.4.59/macsonic.patch diff --git a/target/linux/patches/4.4.56/mips-xz.patch b/target/linux/patches/4.4.59/mips-xz.patch similarity index 100% rename from target/linux/patches/4.4.56/mips-xz.patch rename to target/linux/patches/4.4.59/mips-xz.patch diff --git a/target/linux/patches/4.4.56/patch-realtime b/target/linux/patches/4.4.59/patch-realtime similarity index 100% rename from target/linux/patches/4.4.56/patch-realtime rename to target/linux/patches/4.4.59/patch-realtime diff --git a/target/linux/patches/4.4.56/startup.patch b/target/linux/patches/4.4.59/startup.patch similarity index 100% rename from target/linux/patches/4.4.56/startup.patch rename to target/linux/patches/4.4.59/startup.patch diff --git a/target/linux/patches/4.4.56/use-libgcc-for-sh.patch b/target/linux/patches/4.4.59/use-libgcc-for-sh.patch similarity index 100% rename from target/linux/patches/4.4.56/use-libgcc-for-sh.patch rename to target/linux/patches/4.4.59/use-libgcc-for-sh.patch diff --git a/target/linux/patches/4.4.56/versatile-nommu.patch b/target/linux/patches/4.4.59/versatile-nommu.patch similarity index 100% rename from target/linux/patches/4.4.56/versatile-nommu.patch rename to target/linux/patches/4.4.59/versatile-nommu.patch -- 2.11.4.GIT