From 67603f2a9e13f14d6b777d433bf102ec3a2dbf7a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 26 Jul 2023 21:10:18 +0800 Subject: [PATCH] ipq806x: enable fan driver for r3d Signed-off-by: Tianling Shen --- target/linux/ipq806x/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index e9985e1549..fe2c1c0092 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -435,7 +435,7 @@ define Device/xiaomi_mi-router-hd UBINIZE_OPTS := -E 5 IMAGES := factory.bin sysupgrade.bin IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | pad-to $$$$(BLOCKSIZE) | check-size - DEVICE_PACKAGES := kmod-i2c-gpio kmod-hwmon-lm75 hwmon-drivetemp \ + DEVICE_PACKAGES := kmod-i2c-gpio kmod-hwmon-emc2305 kmod-hwmon-lm75 hwmon-drivetemp \ kmod-usb-storage-uas ath10k-firmware-qca9984-ct ath10k-firmware-qca99x0-ct endef TARGET_DEVICES += xiaomi_mi-router-hd