diff options
| author | Piotr Dymacz | 2022-03-11 17:58:36 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-04-05 21:33:35 +0000 |
| commit | 66c075c5d2ee051d799fc850c984b75bfc04b8c6 (patch) | |
| tree | 93c2b65a29900a2f7d9b9ec7f5dc7fe1e6c44277 | |
| parent | d18e365b17d1c247cffcc1686d66c88b74d3446c (diff) | |
| download | openwrt-66c075c5d2ee051d799fc850c984b75bfc04b8c6.tar.gz | |
kernel: modules: drop 'AddDepends/bluetooth' calls
Function 'AddDepends/bluetooth' doesn't exist in our codebase.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(cherry picked from commit 173198e35a898ff7ec97749247f75cd82fa3c3ab)
| -rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 5ccc860790..204fd0599f 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 |