mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Bluetooth modules also depend on USB
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6740 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
193fe9d932
commit
388a1ea6aa
@ -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…
x
Reference in New Issue
Block a user