diff options
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/modules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm2708/modules.mk b/target/linux/brcm2708/modules.mk index 0788a6eda3..9696fe3b4c 100644 --- a/target/linux/brcm2708/modules.mk +++ b/target/linux/brcm2708/modules.mk @@ -93,7 +93,8 @@ define KernelPackage/sound-soc-3dlab-nano-player AUTOLOAD:=$(call AutoLoad,68,snd-soc-3dlab-nano-player) DEPENDS:= \ @LINUX_4_14 \ - kmod-sound-soc-bcm2835-i2s + kmod-sound-soc-bcm2835-i2s \ + +kmod-regmap-i2c endef define KernelPackage/sound-soc-3dlab-nano-player/description |