aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-04 11:10:31 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-04 11:10:31 +0200
commitabdd9539d16dd4950bdf21184d35e8b9646155d6 (patch)
treea0a2ca8ce08ade176da22c929f24dd97b86acdf4 /target/linux/brcm2708
parentefe09ef67f3737349552df44cb0d256aac6b4cbc (diff)
downloadupstream-abdd9539d16dd4950bdf21184d35e8b9646155d6.tar.gz
upstream-abdd9539d16dd4950bdf21184d35e8b9646155d6.tar.bz2
upstream-abdd9539d16dd4950bdf21184d35e8b9646155d6.zip
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 <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r--target/linux/brcm2708/modules/sound.mk2
1 files changed, 1 insertions, 1 deletions
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