1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Remove btusb

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-09-30 17:35:05 +02:00
parent a3179ced21
commit b437e52d29

View file

@ -53,9 +53,8 @@ define KernelPackage/bluetooth
$(LINUX_DIR)/net/bluetooth/bnep/bnep.ko \
$(LINUX_DIR)/net/bluetooth/hidp/hidp.ko \
$(LINUX_DIR)/drivers/bluetooth/hci_uart.ko \
$(LINUX_DIR)/drivers/bluetooth/btusb.ko \
$(LINUX_DIR)/drivers/bluetooth/btintel.ko
AUTOLOAD:=$(call AutoProbe,bluetooth rfcomm bnep hidp hci_uart btusb)
AUTOLOAD:=$(call AutoProbe,bluetooth rfcomm bnep hidp hci_uart)
endef
define KernelPackage/bluetooth/description