projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8da45e
)
kernel: bluetooth: btmtk: update dependencies for 6.12
author
Jonas Gorski
<
[email protected]
>
Sun, 4 May 2025 14:32:38 +0000
(16:32 +0200)
committer
Jonas Gorski
<
[email protected]
>
Mon, 5 May 2025 10:23:07 +0000
(12:23 +0200)
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 <
[email protected]
>
package/kernel/linux/modules/bluetooth.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/bluetooth.mk
b/package/kernel/linux/modules/bluetooth.mk
index b4163eb950a457bdc29d874181d41da397510c84..3e6b38a88c63e3f704dbf519cb4c26fca8df4fc0 100644
(file)
--- 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