From fcbbec8eb22094e9d792997c317d2421c7a07efe Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 27 Jan 2019 11:04:58 +0100 Subject: kernel: Fix kmod-regmap split Two regmap dependencies were wrong, this patch fixes them. This was detected by the build bots. Fixes: fd5c16870169 ("kernel: Build: Split kmod-regmap") Signed-off-by: Hauke Mehrtens --- target/linux/brcm2708/modules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/brcm2708') 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 -- cgit v1.2.3