mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Remove btusb
This commit is contained in:
parent
a3179ced21
commit
b437e52d29
1 changed files with 1 additions and 2 deletions
|
@ -53,9 +53,8 @@ define KernelPackage/bluetooth
|
||||||
$(LINUX_DIR)/net/bluetooth/bnep/bnep.ko \
|
$(LINUX_DIR)/net/bluetooth/bnep/bnep.ko \
|
||||||
$(LINUX_DIR)/net/bluetooth/hidp/hidp.ko \
|
$(LINUX_DIR)/net/bluetooth/hidp/hidp.ko \
|
||||||
$(LINUX_DIR)/drivers/bluetooth/hci_uart.ko \
|
$(LINUX_DIR)/drivers/bluetooth/hci_uart.ko \
|
||||||
$(LINUX_DIR)/drivers/bluetooth/btusb.ko \
|
|
||||||
$(LINUX_DIR)/drivers/bluetooth/btintel.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
|
endef
|
||||||
|
|
||||||
define KernelPackage/bluetooth/description
|
define KernelPackage/bluetooth/description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue