diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-12-07 02:41:28 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2018-12-18 23:19:21 +0200 |
commit | 1d6b080dc3b0b601a354e7b3965955389c8705cb (patch) | |
tree | 849081f9c2649650cac74d08a352142ece79b509 /target/linux/brcm2708 | |
parent | 757fa0b7d3a715a28196e99113f796cb730c7718 (diff) | |
download | upstream-1d6b080dc3b0b601a354e7b3965955389c8705cb.tar.gz upstream-1d6b080dc3b0b601a354e7b3965955389c8705cb.tar.bz2 upstream-1d6b080dc3b0b601a354e7b3965955389c8705cb.zip |
brcm2708: prepare kmod-sound-raspidac3 for 4.14
Support for RaspiDac3 has been removed from the rpi-4.14.y kernel tree.
Make the kmod package depend on kernel 4.9.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/modules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm2708/modules.mk b/target/linux/brcm2708/modules.mk index f566776194..4f6e8d8898 100644 --- a/target/linux/brcm2708/modules.mk +++ b/target/linux/brcm2708/modules.mk @@ -436,6 +436,7 @@ define KernelPackage/sound-soc-raspidac3 AUTOLOAD:=$(call AutoLoad,68,snd-soc-pcm512x snd-soc-pcm512x-i2c \ snd-soc-tpa6130a2 snd-soc-raspidac3) DEPENDS:= \ + @LINUX_4_9 \ kmod-sound-soc-bcm2835-i2s \ +kmod-i2c-bcm2708 $(call AddDepends/sound) |