Browse Source

linux: update kernel versions

Waldemar Brodkorb 6 years ago
parent
commit
7dc4cee786
53 changed files with 15 additions and 15 deletions
  1. 10 10
      mk/linux-ver.mk
  2. 5 5
      target/linux/Config.in.kernelversion
  3. 0 0
      target/linux/patches/3.16.56/bsd-compatibility.patch
  4. 0 0
      target/linux/patches/3.16.56/cleankernel.patch
  5. 0 0
      target/linux/patches/3.16.56/cris-header.patch
  6. 0 0
      target/linux/patches/3.16.56/cris-initramfs.patch
  7. 0 0
      target/linux/patches/3.16.56/defaults.patch
  8. 0 0
      target/linux/patches/3.16.56/export-symbol-for-exmap.patch
  9. 0 0
      target/linux/patches/3.16.56/fblogo.patch
  10. 0 0
      target/linux/patches/3.16.56/gemalto.patch
  11. 0 0
      target/linux/patches/3.16.56/initramfs-nosizelimit.patch
  12. 0 0
      target/linux/patches/3.16.56/lemote-rfkill.patch
  13. 0 0
      target/linux/patches/3.16.56/microblaze-ethernet.patch
  14. 0 0
      target/linux/patches/3.16.56/mkpiggy.patch
  15. 0 0
      target/linux/patches/3.16.56/mtd-rootfs.patch
  16. 0 0
      target/linux/patches/3.16.56/nfsv3-tcp.patch
  17. 0 0
      target/linux/patches/3.16.56/non-static.patch
  18. 0 0
      target/linux/patches/3.16.56/ppc64-missing-zlib.patch
  19. 0 0
      target/linux/patches/3.16.56/relocs.patch
  20. 0 0
      target/linux/patches/3.16.56/sgidefs.patch
  21. 0 0
      target/linux/patches/3.16.56/sortext.patch
  22. 0 0
      target/linux/patches/3.16.56/startup.patch
  23. 0 0
      target/linux/patches/3.16.56/wlan-cf.patch
  24. 0 0
      target/linux/patches/3.16.56/xargs.patch
  25. 0 0
      target/linux/patches/4.1.50/cleankernel.patch
  26. 0 0
      target/linux/patches/4.1.50/cris-header.patch
  27. 0 0
      target/linux/patches/4.1.50/initramfs-nosizelimit.patch
  28. 0 0
      target/linux/patches/4.1.50/j2-core.patch
  29. 0 0
      target/linux/patches/4.1.50/mtd-rootfs.patch
  30. 0 0
      target/linux/patches/4.1.50/patch-realtime
  31. 0 0
      target/linux/patches/4.1.50/regmap-default-on.patch
  32. 0 0
      target/linux/patches/4.1.50/remove-warn.patch
  33. 0 0
      target/linux/patches/4.1.50/startup.patch
  34. 0 0
      target/linux/patches/4.1.50/use-gawk.patch
  35. 0 0
      target/linux/patches/4.1.50/use-libgcc-for-sh.patch
  36. 0 0
      target/linux/patches/4.14.30/h8300.patch
  37. 0 0
      target/linux/patches/4.14.30/initramfs-nosizelimit.patch
  38. 0 0
      target/linux/patches/4.14.30/or1k-more-ram.patch
  39. 0 0
      target/linux/patches/4.14.30/startup.patch
  40. 0 0
      target/linux/patches/4.15.13/h8300.patch
  41. 0 0
      target/linux/patches/4.15.13/or1k-more-ram.patch
  42. 0 0
      target/linux/patches/4.4.124/coldfire-sighandler.patch
  43. 0 0
      target/linux/patches/4.4.124/crisv32.patch
  44. 0 0
      target/linux/patches/4.4.124/crisv32_ethernet_driver.patch
  45. 0 0
      target/linux/patches/4.4.124/h8300.patch
  46. 0 0
      target/linux/patches/4.4.124/initramfs-nosizelimit.patch
  47. 0 0
      target/linux/patches/4.4.124/ld-or1k.patch
  48. 0 0
      target/linux/patches/4.4.124/macsonic.patch
  49. 0 0
      target/linux/patches/4.4.124/mips-xz.patch
  50. 0 0
      target/linux/patches/4.4.124/patch-realtime
  51. 0 0
      target/linux/patches/4.4.124/startup.patch
  52. 0 0
      target/linux/patches/4.4.124/use-libgcc-for-sh.patch
  53. 0 0
      target/linux/patches/4.4.124/versatile-nommu.patch

+ 10 - 10
mk/linux-ver.mk

@@ -16,16 +16,16 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_15),y)
-KERNEL_FILE_VER:=	4.15.4
+KERNEL_FILE_VER:=	4.15.13
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		a23d7e1a9c1f72528531d9933e59e4cc4556752a2ea029fdc66a1b0fd24c8a3a
+KERNEL_HASH:=		1d2ee95a4f08ed0404ece84cc37b5764c3fcef000c18f828d81f3e039b1255c5
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
-KERNEL_FILE_VER:=	4.14.27
+KERNEL_FILE_VER:=	4.14.30
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		0911a449c71a06c7232ece07dfcc041bd07efaf7e67799b9e2d0cf4bd9a028ea
+KERNEL_HASH:=		7c5bb02feb48f1b7ab9a9c3ff051f325c0c6474fb0e25d9d7bcee91b2cfe6645
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_9),y)
 KERNEL_FILE_VER:=	4.9.88
@@ -34,22 +34,22 @@ KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 KERNEL_HASH:=		074f17f6b76e644d0d39865733e1a6690d7a5eade678be4354da4a6510eb8c24
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_4),y)
-KERNEL_FILE_VER:=	4.4.112
+KERNEL_FILE_VER:=	4.4.124
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		544b42cbeed022896115c76a18fc97b4507d5b41d7ac0ce1dce9afd6ffd11ecd
+KERNEL_HASH:=		59341c0af64bf0e2ba6f5305bff564286c228755827b8bebd002a9db2abc2129
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_1),y)
-KERNEL_FILE_VER:=	4.1.45
+KERNEL_FILE_VER:=	4.1.50
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		76700a6a788c5750e3421eba004190cdc5b63f62726fce3b5fa27bd1c2cd5912
+KERNEL_HASH:=		5715b0b513244bfd79ae8bfc57a2ec92663a7dfe452e78d10615a3e1e64f3aa0
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_3_16),y)
-KERNEL_FILE_VER:=	3.16.49
+KERNEL_FILE_VER:=	3.16.56
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		7ab9ab2efb584b36685bae83f8005a699186ad0d70e6b659de58c89d0ec55f96
+KERNEL_HASH:=		50a69d586b197b1f0dead9fef7232a39ecb25fafdcd6045e1d80db4d9e753cbb
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_3_10),y)
 KERNEL_FILE_VER:=	3.10.107

+ 5 - 5
target/linux/Config.in.kernelversion

@@ -32,7 +32,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 	select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_15
-	bool "4.15.4"
+	bool "4.15.13"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_CSKY
@@ -42,7 +42,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_15
 	depends on !ADK_TARGET_SYSTEM_QEMU_ARM_REALVIEW_EB_MPCORE
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_14
-	bool "4.14.27"
+	bool "4.14.30"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_CSKY
@@ -67,7 +67,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_9
 	depends on !ADK_TARGET_SYSTEM_ORANGE_PI0
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_4
-	bool "4.4.112"
+	bool "4.4.124"
 	depends on !ADK_TARGET_ARCH_CSKY
 	depends on !ADK_TARGET_ARCH_NDS32
 	depends on !ADK_TARGET_ARCH_NIOS2
@@ -80,7 +80,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_4
 	depends on !ADK_TARGET_SYSTEM_ORANGE_PI0
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_4_1
-	bool "4.1.45"
+	bool "4.1.50"
 	depends on !ADK_TARGET_ARCH_ARC
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_CSKY
@@ -99,7 +99,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_1
 	depends on !ADK_TARGET_SYSTEM_ORANGE_PI0
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_3_16
-	bool "3.16.49"
+	bool "3.16.56"
 	depends on !ADK_TARGET_ARCH_ARC
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_CSKY

+ 0 - 0
target/linux/patches/3.16.49/bsd-compatibility.patch → target/linux/patches/3.16.56/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.16.49/cleankernel.patch → target/linux/patches/3.16.56/cleankernel.patch


+ 0 - 0
target/linux/patches/3.16.49/cris-header.patch → target/linux/patches/3.16.56/cris-header.patch


+ 0 - 0
target/linux/patches/3.16.49/cris-initramfs.patch → target/linux/patches/3.16.56/cris-initramfs.patch


+ 0 - 0
target/linux/patches/3.16.49/defaults.patch → target/linux/patches/3.16.56/defaults.patch


+ 0 - 0
target/linux/patches/3.16.49/export-symbol-for-exmap.patch → target/linux/patches/3.16.56/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.16.49/fblogo.patch → target/linux/patches/3.16.56/fblogo.patch


+ 0 - 0
target/linux/patches/3.16.49/gemalto.patch → target/linux/patches/3.16.56/gemalto.patch


+ 0 - 0
target/linux/patches/3.16.49/initramfs-nosizelimit.patch → target/linux/patches/3.16.56/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.16.49/lemote-rfkill.patch → target/linux/patches/3.16.56/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.16.49/microblaze-ethernet.patch → target/linux/patches/3.16.56/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.16.49/mkpiggy.patch → target/linux/patches/3.16.56/mkpiggy.patch


+ 0 - 0
target/linux/patches/3.16.49/mtd-rootfs.patch → target/linux/patches/3.16.56/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.16.49/nfsv3-tcp.patch → target/linux/patches/3.16.56/nfsv3-tcp.patch


+ 0 - 0
target/linux/patches/3.16.49/non-static.patch → target/linux/patches/3.16.56/non-static.patch


+ 0 - 0
target/linux/patches/3.16.49/ppc64-missing-zlib.patch → target/linux/patches/3.16.56/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.16.49/relocs.patch → target/linux/patches/3.16.56/relocs.patch


+ 0 - 0
target/linux/patches/3.16.49/sgidefs.patch → target/linux/patches/3.16.56/sgidefs.patch


+ 0 - 0
target/linux/patches/3.16.49/sortext.patch → target/linux/patches/3.16.56/sortext.patch


+ 0 - 0
target/linux/patches/3.16.49/startup.patch → target/linux/patches/3.16.56/startup.patch


+ 0 - 0
target/linux/patches/3.16.49/wlan-cf.patch → target/linux/patches/3.16.56/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.16.49/xargs.patch → target/linux/patches/3.16.56/xargs.patch


+ 0 - 0
target/linux/patches/4.1.45/cleankernel.patch → target/linux/patches/4.1.50/cleankernel.patch


+ 0 - 0
target/linux/patches/4.1.45/cris-header.patch → target/linux/patches/4.1.50/cris-header.patch


+ 0 - 0
target/linux/patches/4.1.45/initramfs-nosizelimit.patch → target/linux/patches/4.1.50/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.1.45/j2-core.patch → target/linux/patches/4.1.50/j2-core.patch


+ 0 - 0
target/linux/patches/4.1.45/mtd-rootfs.patch → target/linux/patches/4.1.50/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/4.1.45/patch-realtime → target/linux/patches/4.1.50/patch-realtime


+ 0 - 0
target/linux/patches/4.1.45/regmap-default-on.patch → target/linux/patches/4.1.50/regmap-default-on.patch


+ 0 - 0
target/linux/patches/4.1.45/remove-warn.patch → target/linux/patches/4.1.50/remove-warn.patch


+ 0 - 0
target/linux/patches/4.1.45/startup.patch → target/linux/patches/4.1.50/startup.patch


+ 0 - 0
target/linux/patches/4.1.45/use-gawk.patch → target/linux/patches/4.1.50/use-gawk.patch


+ 0 - 0
target/linux/patches/4.1.45/use-libgcc-for-sh.patch → target/linux/patches/4.1.50/use-libgcc-for-sh.patch


+ 0 - 0
target/linux/patches/4.14.27/h8300.patch → target/linux/patches/4.14.30/h8300.patch


+ 0 - 0
target/linux/patches/4.14.27/initramfs-nosizelimit.patch → target/linux/patches/4.14.30/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.14.27/or1k-more-ram.patch → target/linux/patches/4.14.30/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.14.27/startup.patch → target/linux/patches/4.14.30/startup.patch


+ 0 - 0
target/linux/patches/4.15.4/h8300.patch → target/linux/patches/4.15.13/h8300.patch


+ 0 - 0
target/linux/patches/4.15.4/or1k-more-ram.patch → target/linux/patches/4.15.13/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.4.112/coldfire-sighandler.patch → target/linux/patches/4.4.124/coldfire-sighandler.patch


+ 0 - 0
target/linux/patches/4.4.112/crisv32.patch → target/linux/patches/4.4.124/crisv32.patch


+ 0 - 0
target/linux/patches/4.4.112/crisv32_ethernet_driver.patch → target/linux/patches/4.4.124/crisv32_ethernet_driver.patch


+ 0 - 0
target/linux/patches/4.4.112/h8300.patch → target/linux/patches/4.4.124/h8300.patch


+ 0 - 0
target/linux/patches/4.4.112/initramfs-nosizelimit.patch → target/linux/patches/4.4.124/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.4.112/ld-or1k.patch → target/linux/patches/4.4.124/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.4.112/macsonic.patch → target/linux/patches/4.4.124/macsonic.patch


+ 0 - 0
target/linux/patches/4.4.112/mips-xz.patch → target/linux/patches/4.4.124/mips-xz.patch


+ 0 - 0
target/linux/patches/4.4.112/patch-realtime → target/linux/patches/4.4.124/patch-realtime


+ 0 - 0
target/linux/patches/4.4.112/startup.patch → target/linux/patches/4.4.124/startup.patch


+ 0 - 0
target/linux/patches/4.4.112/use-libgcc-for-sh.patch → target/linux/patches/4.4.124/use-libgcc-for-sh.patch


+ 0 - 0
target/linux/patches/4.4.112/versatile-nommu.patch → target/linux/patches/4.4.124/versatile-nommu.patch