[source] kernel: kmod-btmrvl: Add kmod-mmc as dependency
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 17 01:45:52 PDT 2017
hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/692aa82981755f0d4ee439f83a67fa6ae94c1ec7
commit 692aa82981755f0d4ee439f83a67fa6ae94c1ec7
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Sun Sep 17 08:17:54 2017 +0200
kernel: kmod-btmrvl: Add kmod-mmc as dependency
This fixes the build of this module and should fix the build bots.
Fixes: a5922f6 ("kernel: bluetooth: add marvell sdio bluetooth module")
Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
[removed mveub dependency and update commit comment]
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/linux/modules/other.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 1909888..ddbe6b9 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -117,7 +117,7 @@ $(eval $(call KernelPackage,bluetooth_6lowpan))
define KernelPackage/btmrvl
SUBMENU:=$(OTHER_MENU)
TITLE:=Marvell Bluetooth Kernel Module support
- DEPENDS:=+kmod-bluetooth +mwifiex-sdio-firmware
+ DEPENDS:=+kmod-mmc +kmod-bluetooth +mwifiex-sdio-firmware
KCONFIG:= \
CONFIG_BT_MRVL \
CONFIG_BT_MRVL_SDIO
More information about the lede-commits
mailing list