1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix RPI3 4.19 support

This commit is contained in:
Ycarus 2019-04-22 18:13:53 +02:00
parent 3053516aa4
commit d19e0bef4d

View file

@ -378,7 +378,8 @@ define KernelPackage/sound-soc-dionaudio-loco-v2
snd-soc-dionaudio-loco)
DEPENDS:= \
kmod-sound-soc-bcm2835-i2s \
+kmod-regmap-i2c
+kmod-regmap-i2c \
@!LINUX_4_19
$(call AddDepends/sound)
endef