From c2cc2a74c8f0782d100a463033209dabd64bf1b4 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 14 Feb 2024 18:25:20 +0100 Subject: [PATCH] Add kmod-thermal to RPI5 --- 6.1/target/linux/bcm27xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.1/target/linux/bcm27xx/image/Makefile b/6.1/target/linux/bcm27xx/image/Makefile index 9b39c2ee..eabdde57 100644 --- a/6.1/target/linux/bcm27xx/image/Makefile +++ b/6.1/target/linux/bcm27xx/image/Makefile @@ -193,7 +193,7 @@ define Device/rpi-5 cypress-firmware-43455-sdio \ brcmfmac-nvram-43455-sdio \ kmod-brcmfmac wpad-basic-mbedtls \ - kmod-usb-dwc3 kmod-hwmon-pwfan kmod-usb3 + kmod-usb-dwc3 kmod-thermal kmod-hwmon-pwfan kmod-usb3 IMAGE/sysupgrade.img.gz := boot-common | boot-2712 | sdcard-img | gzip | append-metadata IMAGE/factory.img.gz := boot-common | boot-2712 | sdcard-img | gzip endef