From d35b9c16ba3acc878239c424cdcb9ee995d8c82e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 23 Feb 2017 03:58:43 +0100 Subject: [PATCH] kernel: update 4.4/4.9 --- mk/kernel-ver.mk | 8 ++++---- target/linux/patches/{4.4.48 => 4.4.50}/coldfire-sighandler.patch | 0 target/linux/patches/{4.4.48 => 4.4.50}/crisv32.patch | 0 .../patches/{4.4.48 => 4.4.50}/crisv32_ethernet_driver.patch | 0 .../linux/patches/{4.4.48 => 4.4.50}/initramfs-nosizelimit.patch | 0 target/linux/patches/{4.4.48 => 4.4.50}/ld-or1k.patch | 0 target/linux/patches/{4.4.48 => 4.4.50}/macsonic.patch | 0 target/linux/patches/{4.4.48 => 4.4.50}/mips-xz.patch | 0 target/linux/patches/{4.4.48 => 4.4.50}/patch-realtime | 0 target/linux/patches/{4.4.48 => 4.4.50}/startup.patch | 0 target/linux/patches/{4.4.48 => 4.4.50}/use-libgcc-for-sh.patch | 0 target/linux/patches/{4.4.48 => 4.4.50}/versatile-nommu.patch | 0 .../linux/patches/{4.9.9 => 4.9.11}/crisv32_ethernet_driver.patch | 0 .../linux/patches/{4.9.9 => 4.9.11}/initramfs-nosizelimit.patch | 0 target/linux/patches/{4.9.9 => 4.9.11}/ld-or1k.patch | 0 target/linux/patches/{4.9.9 => 4.9.11}/macsonic.patch | 0 .../linux/patches/{4.9.9 => 4.9.11}/microblaze-sigaltstack.patch | 0 target/linux/patches/{4.9.9 => 4.9.11}/or1k-more-ram.patch | 0 target/linux/patches/{4.9.9 => 4.9.11}/patch-realtime | 0 target/linux/patches/{4.9.9 => 4.9.11}/sh2.patch | 0 target/linux/patches/{4.9.9 => 4.9.11}/startup.patch | 0 target/linux/patches/{4.9.9 => 4.9.11}/vdso2.patch | 0 22 files changed, 4 insertions(+), 4 deletions(-) rename target/linux/patches/{4.4.48 => 4.4.50}/coldfire-sighandler.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/crisv32.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/crisv32_ethernet_driver.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/initramfs-nosizelimit.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/ld-or1k.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/macsonic.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/mips-xz.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/patch-realtime (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/startup.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/use-libgcc-for-sh.patch (100%) rename target/linux/patches/{4.4.48 => 4.4.50}/versatile-nommu.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/crisv32_ethernet_driver.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/initramfs-nosizelimit.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/ld-or1k.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/macsonic.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/microblaze-sigaltstack.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/or1k-more-ram.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/patch-realtime (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/sh2.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/startup.patch (100%) rename target/linux/patches/{4.9.9 => 4.9.11}/vdso2.patch (100%) diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 38cac19c2..5fdae1055 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -16,16 +16,16 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.9 +KERNEL_FILE_VER:= 4.9.11 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 2635c69854579550b75c2405c5a012800f1776109dfeb6639516bd879031d9ee +KERNEL_HASH:= 512fc1089078e8c08741b9b48427c46c47afc2087f22e4668cca1f211742f2b3 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) -KERNEL_FILE_VER:= 4.4.48 +KERNEL_FILE_VER:= 4.4.50 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 7c50851de98647dcc0f7b057f6fd45fdbbcd8272647c6dc1f7d2339faacb8025 +KERNEL_HASH:= e4944ca5bb0bdf63a7e97dc7fbdd38bcc820d8b3b57c4a3a7b3bf9c8a48216b7 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y) KERNEL_FILE_VER:= 4.1.35 diff --git a/target/linux/patches/4.4.48/coldfire-sighandler.patch b/target/linux/patches/4.4.50/coldfire-sighandler.patch similarity index 100% rename from target/linux/patches/4.4.48/coldfire-sighandler.patch rename to target/linux/patches/4.4.50/coldfire-sighandler.patch diff --git a/target/linux/patches/4.4.48/crisv32.patch b/target/linux/patches/4.4.50/crisv32.patch similarity index 100% rename from target/linux/patches/4.4.48/crisv32.patch rename to target/linux/patches/4.4.50/crisv32.patch diff --git a/target/linux/patches/4.4.48/crisv32_ethernet_driver.patch b/target/linux/patches/4.4.50/crisv32_ethernet_driver.patch similarity index 100% rename from target/linux/patches/4.4.48/crisv32_ethernet_driver.patch rename to target/linux/patches/4.4.50/crisv32_ethernet_driver.patch diff --git a/target/linux/patches/4.4.48/initramfs-nosizelimit.patch b/target/linux/patches/4.4.50/initramfs-nosizelimit.patch similarity index 100% rename from target/linux/patches/4.4.48/initramfs-nosizelimit.patch rename to target/linux/patches/4.4.50/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.4.48/ld-or1k.patch b/target/linux/patches/4.4.50/ld-or1k.patch similarity index 100% rename from target/linux/patches/4.4.48/ld-or1k.patch rename to target/linux/patches/4.4.50/ld-or1k.patch diff --git a/target/linux/patches/4.4.48/macsonic.patch b/target/linux/patches/4.4.50/macsonic.patch similarity index 100% rename from target/linux/patches/4.4.48/macsonic.patch rename to target/linux/patches/4.4.50/macsonic.patch diff --git a/target/linux/patches/4.4.48/mips-xz.patch b/target/linux/patches/4.4.50/mips-xz.patch similarity index 100% rename from target/linux/patches/4.4.48/mips-xz.patch rename to target/linux/patches/4.4.50/mips-xz.patch diff --git a/target/linux/patches/4.4.48/patch-realtime b/target/linux/patches/4.4.50/patch-realtime similarity index 100% rename from target/linux/patches/4.4.48/patch-realtime rename to target/linux/patches/4.4.50/patch-realtime diff --git a/target/linux/patches/4.4.48/startup.patch b/target/linux/patches/4.4.50/startup.patch similarity index 100% rename from target/linux/patches/4.4.48/startup.patch rename to target/linux/patches/4.4.50/startup.patch diff --git a/target/linux/patches/4.4.48/use-libgcc-for-sh.patch b/target/linux/patches/4.4.50/use-libgcc-for-sh.patch similarity index 100% rename from target/linux/patches/4.4.48/use-libgcc-for-sh.patch rename to target/linux/patches/4.4.50/use-libgcc-for-sh.patch diff --git a/target/linux/patches/4.4.48/versatile-nommu.patch b/target/linux/patches/4.4.50/versatile-nommu.patch similarity index 100% rename from target/linux/patches/4.4.48/versatile-nommu.patch rename to target/linux/patches/4.4.50/versatile-nommu.patch diff --git a/target/linux/patches/4.9.9/crisv32_ethernet_driver.patch b/target/linux/patches/4.9.11/crisv32_ethernet_driver.patch similarity index 100% rename from target/linux/patches/4.9.9/crisv32_ethernet_driver.patch rename to target/linux/patches/4.9.11/crisv32_ethernet_driver.patch diff --git a/target/linux/patches/4.9.9/initramfs-nosizelimit.patch b/target/linux/patches/4.9.11/initramfs-nosizelimit.patch similarity index 100% rename from target/linux/patches/4.9.9/initramfs-nosizelimit.patch rename to target/linux/patches/4.9.11/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.9.9/ld-or1k.patch b/target/linux/patches/4.9.11/ld-or1k.patch similarity index 100% rename from target/linux/patches/4.9.9/ld-or1k.patch rename to target/linux/patches/4.9.11/ld-or1k.patch diff --git a/target/linux/patches/4.9.9/macsonic.patch b/target/linux/patches/4.9.11/macsonic.patch similarity index 100% rename from target/linux/patches/4.9.9/macsonic.patch rename to target/linux/patches/4.9.11/macsonic.patch diff --git a/target/linux/patches/4.9.9/microblaze-sigaltstack.patch b/target/linux/patches/4.9.11/microblaze-sigaltstack.patch similarity index 100% rename from target/linux/patches/4.9.9/microblaze-sigaltstack.patch rename to target/linux/patches/4.9.11/microblaze-sigaltstack.patch diff --git a/target/linux/patches/4.9.9/or1k-more-ram.patch b/target/linux/patches/4.9.11/or1k-more-ram.patch similarity index 100% rename from target/linux/patches/4.9.9/or1k-more-ram.patch rename to target/linux/patches/4.9.11/or1k-more-ram.patch diff --git a/target/linux/patches/4.9.9/patch-realtime b/target/linux/patches/4.9.11/patch-realtime similarity index 100% rename from target/linux/patches/4.9.9/patch-realtime rename to target/linux/patches/4.9.11/patch-realtime diff --git a/target/linux/patches/4.9.9/sh2.patch b/target/linux/patches/4.9.11/sh2.patch similarity index 100% rename from target/linux/patches/4.9.9/sh2.patch rename to target/linux/patches/4.9.11/sh2.patch diff --git a/target/linux/patches/4.9.9/startup.patch b/target/linux/patches/4.9.11/startup.patch similarity index 100% rename from target/linux/patches/4.9.9/startup.patch rename to target/linux/patches/4.9.11/startup.patch diff --git a/target/linux/patches/4.9.9/vdso2.patch b/target/linux/patches/4.9.11/vdso2.patch similarity index 100% rename from target/linux/patches/4.9.9/vdso2.patch rename to target/linux/patches/4.9.11/vdso2.patch -- 2.11.4.GIT