From: Álvaro Fernández Rojas Date: Sun, 4 Aug 2019 09:10:31 +0000 (+0200) Subject: brcm2708: fix warnings due to non-breaking space X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=abdd9539d16dd4950bdf21184d35e8b9646155d6;p=openwrt%2Fstaging%2Fstintel.git brcm2708: fix warnings due to non-breaking space Reported by ZWx4 on Github: https://github.com/openwrt/openwrt/commit/19226502bf6393706defe7f049c587b32c9b4f33#r34555799 Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm2708/modules/sound.mk b/target/linux/brcm2708/modules/sound.mk index 92946bd9c7..e70af01c46 100644 --- a/target/linux/brcm2708/modules/sound.mk +++ b/target/linux/brcm2708/modules/sound.mk @@ -530,7 +530,7 @@ define KernelPackage/sound-soc-hifiberry-dacplusadc-pro snd-soc-pcm512x snd-soc-pcm512x-i2c snd-soc-hifiberry-dacplusadcpro) DEPENDS:= \ kmod-sound-soc-bcm2835-i2s \ - +kmod-i2c-bcm2835 \ + +kmod-i2c-bcm2835 \ +kmod-regmap-i2c $(call AddDepends/sound) endef