4
1

2 Commits 52541f9774 ... 7ba5019fee

Autor SHA1 Mensaje Fecha
  Waldemar Brodkorb 7ba5019fee linux: update all LTS kernels hace 5 días
  Waldemar Brodkorb ab1bc1683b linux: update to 7.0.3 hace 5 días
Se han modificado 45 ficheros con 21 adiciones y 21 borrados
  1. 14 14
      mk/linux-ver.mk
  2. 7 7
      target/linux/Config.in.kernelversion
  3. 0 0
      target/linux/patches/5.10.254/arc.patch
  4. 0 0
      target/linux/patches/5.10.254/darwin-dtc.patch
  5. 0 0
      target/linux/patches/5.10.254/dtc-noyaml.patch
  6. 0 0
      target/linux/patches/5.10.254/nds32-ag101p.patch
  7. 0 0
      target/linux/patches/5.10.254/or1k-more-ram.patch
  8. 0 0
      target/linux/patches/5.10.254/relocs.patch
  9. 0 0
      target/linux/patches/5.10.254/startup.patch
  10. 0 0
      target/linux/patches/5.15.204/darwin-dtc.patch
  11. 0 0
      target/linux/patches/5.15.204/dtc-noyaml.patch
  12. 0 0
      target/linux/patches/5.15.204/enable-ethernet-bpi-m2-plus.patch
  13. 0 0
      target/linux/patches/5.15.204/nds32-ag101p.patch
  14. 0 0
      target/linux/patches/5.15.204/or1k-more-ram.patch
  15. 0 0
      target/linux/patches/5.15.204/relocs.patch
  16. 0 0
      target/linux/patches/5.15.204/rockchip-115200.patch
  17. 0 0
      target/linux/patches/5.15.204/startup.patch
  18. 0 0
      target/linux/patches/6.1.170/armnommu-fix-thread-registers.patch
  19. 0 0
      target/linux/patches/6.1.170/armnommu-versatile.patch
  20. 0 0
      target/linux/patches/6.1.170/board-rockpi4-0003-arm64-dts-pcie.patch
  21. 0 0
      target/linux/patches/6.1.170/enable-ethernet-bpi-m2-plus.patch
  22. 0 0
      target/linux/patches/6.1.170/hppa-cross-compile.patch
  23. 0 0
      target/linux/patches/6.1.170/macsonic.patch
  24. 0 0
      target/linux/patches/6.1.170/nios2.patch
  25. 0 0
      target/linux/patches/6.1.170/or1k-more-ram.patch
  26. 0 0
      target/linux/patches/6.1.170/riscv32.patch
  27. 0 0
      target/linux/patches/6.1.170/riscv64-flat.patch
  28. 0 0
      target/linux/patches/6.1.170/rockchip-115200.patch
  29. 0 0
      target/linux/patches/6.1.170/rockchip-pcie-timeout.patch
  30. 0 0
      target/linux/patches/6.12.85/armnommu-versatile.patch
  31. 0 0
      target/linux/patches/6.12.85/hppa-cross-compile.patch
  32. 0 0
      target/linux/patches/6.12.85/linksys-nslu2.patch
  33. 0 0
      target/linux/patches/6.12.85/macsonic.patch
  34. 0 0
      target/linux/patches/6.12.85/mips-vdso-gcc15.patch
  35. 0 0
      target/linux/patches/6.18.26/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch
  36. 0 0
      target/linux/patches/6.18.26/armnommu-versatile.patch
  37. 0 0
      target/linux/patches/6.18.26/hppa-cross-compile.patch
  38. 0 0
      target/linux/patches/6.18.26/macsonic.patch
  39. 0 0
      target/linux/patches/6.18.26/numato-mimasa7-mini-dts.patch
  40. 0 0
      target/linux/patches/6.18.26/orinoco.patch
  41. 0 0
      target/linux/patches/6.6.137/armnommu-fix-thread-registers.patch
  42. 0 0
      target/linux/patches/6.6.137/armnommu-versatile.patch
  43. 0 0
      target/linux/patches/6.6.137/hppa-cross-compile.patch
  44. 0 0
      target/linux/patches/6.6.137/linksys-nslu2.patch
  45. 0 0
      target/linux/patches/6.6.137/macsonic.patch

+ 14 - 14
mk/linux-ver.mk

@@ -16,46 +16,46 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_7_0),y)
-KERNEL_FILE_VER:=	7.0
+KERNEL_FILE_VER:=	7.0.3
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		bb7f6d80b387c757b7d14bb93028fcb90f793c5c0d367736ee815a100b3891f0
+KERNEL_HASH:=		0bedadbf5788693ddebbcc913c893f1a97349af79ddde7144c2a80b401959f1c
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_18),y)
-KERNEL_FILE_VER:=	6.18.25
+KERNEL_FILE_VER:=	6.18.26
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		29680a07d4430b269af6ce68079b0e81dbd60f03e6f351e0661991fe39bd1898
+KERNEL_HASH:=		53772f5d3776e043767c8d81a32240d1f3eb64e822a5d7a510b55ca40707b0ec
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_12),y)
-KERNEL_FILE_VER:=	6.12.81
+KERNEL_FILE_VER:=	6.12.85
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		c2b09c3643946a7097c5371e1dcb123c66505ea30fafd0b0a22dc1d5f0228847
+KERNEL_HASH:=		e35ac999f40a6874493d8d60f33f1150d7a89ae5841c428da82257fbcd070aed
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y)
-KERNEL_FILE_VER:=	6.6.122
+KERNEL_FILE_VER:=	6.6.137
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		d48e0d9de04bef2fb9740bdb0124548bcab8867cdca00ff9712c110282b299d6
+KERNEL_HASH:=		92f1e90d8be49f9d7f989e563c97a4f39cd7731025d7b81152814c68b5bd56c4
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_1),y)
-KERNEL_FILE_VER:=	6.1.164
+KERNEL_FILE_VER:=	6.1.170
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		33bf087f7bbf7f626873dd7d955eb44182a93695db41f5f89a6bd3d233a39d1c
+KERNEL_HASH:=		b578912f79a5e8ea1a94ce4364d20a3902d2005be0e16deee9fbd0ad697c4944
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_15),y)
-KERNEL_FILE_VER:=	5.15.201
+KERNEL_FILE_VER:=	5.15.204
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		4f2afffbeddaad6b8527d41a3e3a82646d3cf5dfd0acbb6c4e8a99fc70461b96
+KERNEL_HASH:=		9bfd4c3303ca8e2cf9aa2bc570afa31100a8e2d0132ba16e904cbe06ff76dbcd
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_10),y)
-KERNEL_FILE_VER:=	5.10.253
+KERNEL_FILE_VER:=	5.10.254
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		ec0724928050e8e2f6226fe8bbb206f42a951c0ed2dbb533c5462789f6d75ac8
+KERNEL_HASH:=		75473ca597a1cd83a2c29a2857f9b046463672eb225912271676180bad1a869d
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_5_4),y)
 KERNEL_FILE_VER:=	5.4.292

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

@@ -40,7 +40,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 	select ADK_HOST_NEED_LZ4 if ADK_TARGET_SYSTEM_PHYTEC_WEGA && ADK_TARGET_LINUX_KERNEL_VERSION_GIT
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_7_0
-	bool "7.0"
+	bool "7.0.3"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -51,7 +51,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_7_0
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_18
-	bool "6.18.25"
+	bool "6.18.26"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -62,7 +62,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_18
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_12
-	bool "6.12.81"
+	bool "6.12.85"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -73,7 +73,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_12
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_6
-	bool "6.6.122"
+	bool "6.6.137"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -84,7 +84,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_6
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_1
-	bool "6.1.164"
+	bool "6.1.170"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -95,7 +95,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_1
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_5_15
-	bool "5.15.201"
+	bool "5.15.204"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X
@@ -105,7 +105,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_15
 	depends on !ADK_TARGET_ARCH_METAG
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_5_10
-	bool "5.10.253"
+	bool "5.10.254"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X

+ 0 - 0
target/linux/patches/5.10.253/arc.patch → target/linux/patches/5.10.254/arc.patch


+ 0 - 0
target/linux/patches/5.10.253/darwin-dtc.patch → target/linux/patches/5.10.254/darwin-dtc.patch


+ 0 - 0
target/linux/patches/5.10.253/dtc-noyaml.patch → target/linux/patches/5.10.254/dtc-noyaml.patch


+ 0 - 0
target/linux/patches/5.10.253/nds32-ag101p.patch → target/linux/patches/5.10.254/nds32-ag101p.patch


+ 0 - 0
target/linux/patches/5.10.253/or1k-more-ram.patch → target/linux/patches/5.10.254/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/5.10.253/relocs.patch → target/linux/patches/5.10.254/relocs.patch


+ 0 - 0
target/linux/patches/5.10.253/startup.patch → target/linux/patches/5.10.254/startup.patch


+ 0 - 0
target/linux/patches/5.15.201/darwin-dtc.patch → target/linux/patches/5.15.204/darwin-dtc.patch


+ 0 - 0
target/linux/patches/5.15.201/dtc-noyaml.patch → target/linux/patches/5.15.204/dtc-noyaml.patch


+ 0 - 0
target/linux/patches/5.15.201/enable-ethernet-bpi-m2-plus.patch → target/linux/patches/5.15.204/enable-ethernet-bpi-m2-plus.patch


+ 0 - 0
target/linux/patches/5.15.201/nds32-ag101p.patch → target/linux/patches/5.15.204/nds32-ag101p.patch


+ 0 - 0
target/linux/patches/5.15.201/or1k-more-ram.patch → target/linux/patches/5.15.204/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/5.15.201/relocs.patch → target/linux/patches/5.15.204/relocs.patch


+ 0 - 0
target/linux/patches/5.15.201/rockchip-115200.patch → target/linux/patches/5.15.204/rockchip-115200.patch


+ 0 - 0
target/linux/patches/5.15.201/startup.patch → target/linux/patches/5.15.204/startup.patch


+ 0 - 0
target/linux/patches/6.1.164/armnommu-fix-thread-registers.patch → target/linux/patches/6.1.170/armnommu-fix-thread-registers.patch


+ 0 - 0
target/linux/patches/6.1.164/armnommu-versatile.patch → target/linux/patches/6.1.170/armnommu-versatile.patch


+ 0 - 0
target/linux/patches/6.1.164/board-rockpi4-0003-arm64-dts-pcie.patch → target/linux/patches/6.1.170/board-rockpi4-0003-arm64-dts-pcie.patch


+ 0 - 0
target/linux/patches/6.1.164/enable-ethernet-bpi-m2-plus.patch → target/linux/patches/6.1.170/enable-ethernet-bpi-m2-plus.patch


+ 0 - 0
target/linux/patches/6.1.164/hppa-cross-compile.patch → target/linux/patches/6.1.170/hppa-cross-compile.patch


+ 0 - 0
target/linux/patches/6.1.164/macsonic.patch → target/linux/patches/6.1.170/macsonic.patch


+ 0 - 0
target/linux/patches/6.1.164/nios2.patch → target/linux/patches/6.1.170/nios2.patch


+ 0 - 0
target/linux/patches/6.1.164/or1k-more-ram.patch → target/linux/patches/6.1.170/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/6.1.164/riscv32.patch → target/linux/patches/6.1.170/riscv32.patch


+ 0 - 0
target/linux/patches/6.1.164/riscv64-flat.patch → target/linux/patches/6.1.170/riscv64-flat.patch


+ 0 - 0
target/linux/patches/6.1.164/rockchip-115200.patch → target/linux/patches/6.1.170/rockchip-115200.patch


+ 0 - 0
target/linux/patches/6.1.164/rockchip-pcie-timeout.patch → target/linux/patches/6.1.170/rockchip-pcie-timeout.patch


+ 0 - 0
target/linux/patches/6.12.81/armnommu-versatile.patch → target/linux/patches/6.12.85/armnommu-versatile.patch


+ 0 - 0
target/linux/patches/6.12.81/hppa-cross-compile.patch → target/linux/patches/6.12.85/hppa-cross-compile.patch


+ 0 - 0
target/linux/patches/6.12.81/linksys-nslu2.patch → target/linux/patches/6.12.85/linksys-nslu2.patch


+ 0 - 0
target/linux/patches/6.12.81/macsonic.patch → target/linux/patches/6.12.85/macsonic.patch


+ 0 - 0
target/linux/patches/6.12.81/mips-vdso-gcc15.patch → target/linux/patches/6.12.85/mips-vdso-gcc15.patch


+ 0 - 0
target/linux/patches/6.18.25/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch → target/linux/patches/6.18.26/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch


+ 0 - 0
target/linux/patches/6.18.25/armnommu-versatile.patch → target/linux/patches/6.18.26/armnommu-versatile.patch


+ 0 - 0
target/linux/patches/6.18.25/hppa-cross-compile.patch → target/linux/patches/6.18.26/hppa-cross-compile.patch


+ 0 - 0
target/linux/patches/6.18.25/macsonic.patch → target/linux/patches/6.18.26/macsonic.patch


+ 0 - 0
target/linux/patches/6.18.25/numato-mimasa7-mini-dts.patch → target/linux/patches/6.18.26/numato-mimasa7-mini-dts.patch


+ 0 - 0
target/linux/patches/6.18.25/orinoco.patch → target/linux/patches/6.18.26/orinoco.patch


+ 0 - 0
target/linux/patches/6.6.122/armnommu-fix-thread-registers.patch → target/linux/patches/6.6.137/armnommu-fix-thread-registers.patch


+ 0 - 0
target/linux/patches/6.6.122/armnommu-versatile.patch → target/linux/patches/6.6.137/armnommu-versatile.patch


+ 0 - 0
target/linux/patches/6.6.122/hppa-cross-compile.patch → target/linux/patches/6.6.137/hppa-cross-compile.patch


+ 0 - 0
target/linux/patches/6.6.122/linksys-nslu2.patch → target/linux/patches/6.6.137/linksys-nslu2.patch


+ 0 - 0
target/linux/patches/6.6.122/macsonic.patch → target/linux/patches/6.6.137/macsonic.patch