mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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>
This commit is contained in:
parent
af6cd37f42
commit
cecb0ccfbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue