mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
Bluetooth modules also depend on USB
SVN-Revision: 6740
This commit is contained in:
parent
799427a878
commit
f0bc281e36
@ -192,7 +192,8 @@ define KernelPackage/bluetooth
|
||||
endef
|
||||
|
||||
define KernelPackage/bluetooth/2.4
|
||||
KCONFIG:=$(CONFIG_BLUEZ)
|
||||
KCONFIG:=$(CONFIG_BLUEZ) \
|
||||
$(CONFIG_USB)
|
||||
FILES:= \
|
||||
$(MODULES_DIR)/kernel/net/bluetooth/bluez.$(LINUX_KMOD_SUFFIX) \
|
||||
$(MODULES_DIR)/kernel/net/bluetooth/l2cap.$(LINUX_KMOD_SUFFIX) \
|
||||
|
Loading…
Reference in New Issue
Block a user