aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2022-05-22 22:04:08 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2022-05-22 22:06:13 +0200
commitcecb0ccfbf08c7fbcc74da860df1e20016a4b9de (patch)
tree99f46612f5a8265c21b858037c2365f004b83a5e /target
parentaf6cd37f42f39fc240eef08930663cc2fdc7ac3d (diff)
downloadupstream-cecb0ccfbf08c7fbcc74da860df1e20016a4b9de.tar.gz
upstream-cecb0ccfbf08c7fbcc74da860df1e20016a4b9de.tar.bz2
upstream-cecb0ccfbf08c7fbcc74da860df1e20016a4b9de.zip
bcm27xx: add pwm-fan dependency to RPi PoE
This is needed for the fan in the PoE hat to work. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/bcm27xx/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/modules/other.mk b/target/linux/bcm27xx/modules/other.mk
index 26e5989be4..a9103029ed 100644
--- a/target/linux/bcm27xx/modules/other.mk
+++ b/target/linux/bcm27xx/modules/other.mk
@@ -10,7 +10,7 @@ define KernelPackage/pwm-raspberrypi-poe
CONFIG_PWM_RASPBERRYPI_POE
FILES:=$(LINUX_DIR)/drivers/pwm/pwm-raspberrypi-poe.ko
AUTOLOAD:=$(call AutoLoad,20,pwm-raspberrypi-poe)
- DEPENDS:=@TARGET_bcm27xx @LINUX_5_15
+ DEPENDS:=@TARGET_bcm27xx @LINUX_5_15 +kmod-hwmon-pwmfan
endef
define KernelPackage/pwm-raspberrypi-poe/description