[openwrt/openwrt] kernel: modules: drop 'AddDepends/bluetooth' calls

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 1 05:33:26 PDT 2022


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/173198e35a898ff7ec97749247f75cd82fa3c3ab

commit 173198e35a898ff7ec97749247f75cd82fa3c3ab
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri Mar 11 18:58:36 2022 +0100

    kernel: modules: drop 'AddDepends/bluetooth' calls
    
    Function 'AddDepends/bluetooth' doesn't exist in our codebase.
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 package/kernel/linux/modules/other.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 499a4080ea..f3ad5bd9fe 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -71,7 +71,6 @@ define KernelPackage/ath3k
   KCONFIG:= \
 	CONFIG_BT_ATH3K \
 	CONFIG_BT_HCIUART_ATH3K=y
-  $(call AddDepends/bluetooth)
   FILES:= \
 	$(LINUX_DIR)/drivers/bluetooth/ath3k.ko
   AUTOLOAD:=$(call AutoProbe,ath3k)
@@ -107,7 +106,6 @@ define KernelPackage/btmrvl
   KCONFIG:= \
 	CONFIG_BT_MRVL \
 	CONFIG_BT_MRVL_SDIO
-  $(call AddDepends/bluetooth)
   FILES:= \
 	$(LINUX_DIR)/drivers/bluetooth/btmrvl.ko \
 	$(LINUX_DIR)/drivers/bluetooth/btmrvl_sdio.ko




More information about the lede-commits mailing list