Skip to content

Commit f7031f1

Browse files
committed
rpi support for linux 6.18.37
1 parent 1596df2 commit f7031f1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package/linux-headers/Config.in.host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
481481
default "6.1.176" if BR2_KERNEL_HEADERS_6_1
482482
default "6.6.143" if BR2_KERNEL_HEADERS_6_6
483483
default "6.12.94" if BR2_KERNEL_HEADERS_6_12
484-
default "6.18.36" if BR2_KERNEL_HEADERS_6_18
484+
default "6.18.37" if BR2_KERNEL_HEADERS_6_18
485485
default "7.0.13" if BR2_KERNEL_HEADERS_7_0
486486
default "7.1.3" if BR2_KERNEL_HEADERS_7_1
487487
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally computed
2-
sha256 c9015d7ade2129f24940d22ae58ff290e4ef8ff6f99e98853c5e8484f4b00bcc rpi-firmware-f1ea7092589bc9627c23916132baa7841932b707.tar.gz
2+
sha256 a1cd6555c84c8dd98c6b895aed27b36cea34d1f8ac8614e2283d3e8ab9fba242 rpi-firmware-958bfb0a9d14a4e5c29ed72124c0797788503c5a.tar.gz
33
sha256 c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b boot/LICENCE.broadcom

package/rpi-firmware/rpi-firmware.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# rpi-firmware
44
#
55
################################################################################
6-
# batocera (update) - Aligns to kernel version: 6.12.62
7-
RPI_FIRMWARE_VERSION = f1ea7092589bc9627c23916132baa7841932b707
6+
# batocera (update) - Aligns to kernel version: 6.18.37
7+
RPI_FIRMWARE_VERSION = 958bfb0a9d14a4e5c29ed72124c0797788503c5a
88
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
99
RPI_FIRMWARE_LICENSE = BSD-3-Clause
1010
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom

0 commit comments

Comments
 (0)