4
1

2 Revīzijas e64deaa14a ... 75100eb781

Autors SHA1 Ziņojums Datums
  Waldemar Brodkorb 75100eb781 linux: update to 6.12.58 1 nedēļu atpakaļ
  Waldemar Brodkorb ec6d81269c binutils: update to 2.45.1 1 nedēļu atpakaļ

+ 2 - 2
mk/linux-ver.mk

@@ -22,10 +22,10 @@ KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 KERNEL_HASH:=		fdebcb065065f5c1b8dc68a6fb59cda50cdddbf9103d207c2196d55ea764f57f
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_12),y)
-KERNEL_FILE_VER:=	6.12.52
+KERNEL_FILE_VER:=	6.12.58
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		b4850cf670a032c70f38b713a27d62046c5f747caf028c5f50b18f98606a9eb1
+KERNEL_HASH:=		5f1c4c546660a6a81046fdfa6195306bad2c8d17c0d69876dc100a85ad4613ac
 endif
 ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_6),y)
 KERNEL_FILE_VER:=	6.6.88

+ 1 - 1
target/config/Config.in.binutils

@@ -18,7 +18,7 @@ config ADK_TOOLCHAIN_BINUTILS_GIT
 	depends on !ADK_TARGET_ARCH_AVR32
 
 config ADK_TOOLCHAIN_BINUTILS_2_45
-	bool "2.45"
+	bool "2.45.1"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_NIOS2
 

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

@@ -51,7 +51,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_6_17
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TARGET_LINUX_KERNEL_VERSION_6_12
-	bool "6.12.52"
+	bool "6.12.58"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_BFIN
 	depends on !ADK_TARGET_ARCH_C6X

+ 0 - 0
target/linux/patches/6.12.52/armnommu-versatile.patch → target/linux/patches/6.12.58/armnommu-versatile.patch


+ 0 - 0
target/linux/patches/6.12.52/hppa-cross-compile.patch → target/linux/patches/6.12.58/hppa-cross-compile.patch


+ 0 - 0
target/linux/patches/6.12.52/macsonic.patch → target/linux/patches/6.12.58/macsonic.patch


+ 0 - 0
target/linux/patches/6.12.52/mips-vdso-gcc15.patch → target/linux/patches/6.12.58/mips-vdso-gcc15.patch


+ 2 - 2
toolchain/binutils/Makefile.inc

@@ -3,9 +3,9 @@
 
 PKG_NAME:=		binutils
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_45),y)
-PKG_VERSION:=		2.45
+PKG_VERSION:=		2.45.1
 PKG_RELEASE:=		1
-PKG_HASH:=		8a3eb4b10e7053312790f21ee1a38f7e2bbd6f4096abb590d3429e5119592d96
+PKG_HASH:=		2b63ae0ad015eb2755294f127bfd179c1849979dd87b6e8e1a7376964a4323dc
 PKG_SITES:=		${MASTER_SITE_GNU:=binutils/}
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 endif

+ 1 - 1
toolchain/elf2flt/Makefile

@@ -11,7 +11,7 @@ BINUTILS_VERSION:=	git
 BFDLIB:=		.libs/libbfd.a
 endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_45),y)
-BINUTILS_VERSION:=	2.45
+BINUTILS_VERSION:=	2.45.1
 BFDLIB:=		.libs/libbfd.a
 endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_44),y)