diff options
Diffstat (limited to 'target/linux/bcm27xx/modules')
-rw-r--r-- | target/linux/bcm27xx/modules/hwmon.mk | 16 | ||||
-rw-r--r-- | target/linux/bcm27xx/modules/sound.mk | 2 | ||||
-rw-r--r-- | target/linux/bcm27xx/modules/video.mk | 2 |
3 files changed, 2 insertions, 18 deletions
diff --git a/target/linux/bcm27xx/modules/hwmon.mk b/target/linux/bcm27xx/modules/hwmon.mk index 02ac204e1a..0f1547cd4f 100644 --- a/target/linux/bcm27xx/modules/hwmon.mk +++ b/target/linux/bcm27xx/modules/hwmon.mk @@ -15,19 +15,3 @@ define KernelPackage/hwmon-raspberrypi/description endef $(eval $(call KernelPackage,hwmon-raspberrypi)) - - -define KernelPackage/hwmon-rpi-poe-fan - SUBMENU:=$(HWMON_MENU) - TITLE:=Raspberry Pi PoE HAT fan - DEPENDS:=@TARGET_bcm27xx @LINUX_5_10 +kmod-hwmon-core - KCONFIG:=CONFIG_SENSORS_RPI_POE_FAN - FILES:=$(LINUX_DIR)/drivers/hwmon/rpi-poe-fan.ko - AUTOLOAD:=$(call AutoProbe,rpi-poe-fan) -endef - -define KernelPackage/hwmon-rpi-poe-fan/description - Raspberry Pi PoE HAT fan driver -endef - -$(eval $(call KernelPackage,hwmon-rpi-poe-fan)) diff --git a/target/linux/bcm27xx/modules/sound.mk b/target/linux/bcm27xx/modules/sound.mk index f6372f6870..3d5ba33626 100644 --- a/target/linux/bcm27xx/modules/sound.mk +++ b/target/linux/bcm27xx/modules/sound.mk @@ -932,7 +932,7 @@ define KernelPackage/sound-soc-rpi-cirrus CONFIG_SND_SOC_WM8804 \ CONFIG_SND_SOC_WM_ADSP FILES:= \ - $(LINUX_DIR)/drivers/mfd/arizona.ko@ge5.15 \ + $(LINUX_DIR)/drivers/mfd/arizona.ko \ $(LINUX_DIR)/sound/soc/bcm/snd-soc-rpi-cirrus.ko \ $(LINUX_DIR)/sound/soc/codecs/snd-soc-arizona.ko \ $(LINUX_DIR)/sound/soc/codecs/snd-soc-wm-adsp.ko \ diff --git a/target/linux/bcm27xx/modules/video.mk b/target/linux/bcm27xx/modules/video.mk index f480831caf..f9d32e263a 100644 --- a/target/linux/bcm27xx/modules/video.mk +++ b/target/linux/bcm27xx/modules/video.mk @@ -40,7 +40,7 @@ define KernelPackage/drm-vc4 $(LINUX_DIR)/drivers/gpu/drm/vc4/vc4.ko \ $(LINUX_DIR)/drivers/gpu/drm/drm_kms_helper.ko \ $(LINUX_DIR)/drivers/media/cec/cec.ko@lt5.10 \ - $(LINUX_DIR)/drivers/media/cec/core/cec.ko@ge5.10 + $(LINUX_DIR)/drivers/media/cec/core/cec.ko AUTOLOAD:=$(call AutoProbe,vc4) endef |