diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2026-01-10 18:20:28 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2026-01-10 18:20:28 +0100 |
| commit | 97f56e9dd6fa28638f619b914d84c1fe93f73c1f (patch) | |
| tree | 2ffb6bee5fae04100eec7f9fe6361f817dbaa337 | |
| parent | ca3d5dcca40f106dfc04a43986859f241255d587 (diff) | |
linux: update latest to 6.18.4
| -rw-r--r-- | mk/linux-ver.mk | 6 | ||||
| -rw-r--r-- | target/linux/Config.in.kernelversion | 4 | ||||
| -rw-r--r-- | target/linux/patches/6.18.4/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch (renamed from target/linux/patches/6.17.2/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch) | 0 | ||||
| -rw-r--r-- | target/linux/patches/6.18.4/orinoco.patch (renamed from target/linux/patches/6.17.2/orinoco.patch) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index ff9e52d47..b77fad2e3 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -15,11 +15,11 @@ KERNEL_FILE_VER:= $(ADK_TARGET_LINUX_KERNEL_GIT) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_17),y) -KERNEL_FILE_VER:= 6.17.2 +ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_18),y) +KERNEL_FILE_VER:= 6.18.4 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= fdebcb065065f5c1b8dc68a6fb59cda50cdddbf9103d207c2196d55ea764f57f +KERNEL_HASH:= f850139ca5f79c1bf6bb8b32f92e212aadca97bdaef8a83a7cf4ac4d6a525fab endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_6_12),y) KERNEL_FILE_VER:= 6.12.64 diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index f429302f9..327aa22fa 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -39,8 +39,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT depends on !ADK_TARGET_ARCH_NDS32 select ADK_HOST_NEED_LZ4 if ADK_TARGET_SYSTEM_PHYTEC_WEGA && ADK_TARGET_LINUX_KERNEL_VERSION_GIT -config ADK_TARGET_LINUX_KERNEL_VERSION_6_17 - bool "6.17.2" +config ADK_TARGET_LINUX_KERNEL_VERSION_6_18 + bool "6.18.4" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_C6X diff --git a/target/linux/patches/6.17.2/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch b/target/linux/patches/6.18.4/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch index 5c46fe5e4..5c46fe5e4 100644 --- a/target/linux/patches/6.17.2/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch +++ b/target/linux/patches/6.18.4/0001-pcmcia-Add-Hitachi-HD6446x-PCMCIA-socket-support.patch diff --git a/target/linux/patches/6.17.2/orinoco.patch b/target/linux/patches/6.18.4/orinoco.patch index 6401013fd..6401013fd 100644 --- a/target/linux/patches/6.17.2/orinoco.patch +++ b/target/linux/patches/6.18.4/orinoco.patch |
