summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gorski2025-05-04 14:32:38 +0000
committerJonas Gorski2025-05-05 10:23:07 +0000
commitde980e67b6c8d863ef22dc80bc33be9f3bd201b8 (patch)
treec0d4bdf8511861cfdf6d365bd6e1bc1bc52ea05b
parentf8da45e25d9efcabbad65f1300de1bca7718b134 (diff)
downloadopenwrt-de980e67b6c8d863ef22dc80bc33be9f3bd201b8.tar.gz
kernel: bluetooth: btmtk: update dependencies for 6.12
With kernel 6.11 several mtk usb functions were moved from btusb to btmtk, adding a usb core depdendency to btmtk (if enabled). Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
-rw-r--r--package/kernel/linux/modules/bluetooth.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/bluetooth.mk b/package/kernel/linux/modules/bluetooth.mk
index b4163eb950..3e6b38a88c 100644
--- a/package/kernel/linux/modules/bluetooth.mk
+++ b/package/kernel/linux/modules/bluetooth.mk
@@ -84,7 +84,7 @@ define KernelPackage/btmtk
SUBMENU:=$(BLUETOOTH_MENU)
TITLE:=MTK Bluetooth support
HIDDEN:=1
- DEPENDS:=+kmod-bluetooth
+ DEPENDS:=+kmod-bluetooth +!LINUX_6_6&&USB_SUPPORT:kmod-usb-core
KCONFIG:=CONFIG_BT_MTK
FILES:=$(LINUX_DIR)/drivers/bluetooth/btmtk.ko
endef