Skip to content

Commit e591ba4

Browse files
committed
mediatek: 6.18: add missing module dependency
Add missing dependency of kmod-btmtkuart on kmod-hci-uart when building with Linux 6.18. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
1 parent b41ba53 commit e591ba4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

target/linux/mediatek/modules.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ $(eval $(call KernelPackage,ata-ahci-mtk))
1818
define KernelPackage/btmtkuart
1919
SUBMENU:=Other modules
2020
TITLE:=MediaTek HCI UART driver
21-
DEPENDS:=@TARGET_mediatek_mt7622 +kmod-bluetooth +kmod-btmtk +mt7622bt-firmware
21+
DEPENDS:=@TARGET_mediatek_mt7622 +kmod-bluetooth +kmod-btmtk +mt7622bt-firmware \
22+
+!LINUX_6_12:kmod-hci-uart
2223
KCONFIG:=CONFIG_BT_MTKUART
2324
FILES:= \
2425
$(LINUX_DIR)/drivers/bluetooth/btmtkuart.ko

0 commit comments

Comments
 (0)