mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Bluetooth depends on USB for 2.6 kernels also
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6741 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
388a1ea6aa
commit
1b8f03005e
@ -205,7 +205,8 @@ define KernelPackage/bluetooth
|
||||
endef
|
||||
|
||||
define KernelPackage/bluetooth/2.6
|
||||
KCONFIG:=$(CONFIG_BT)
|
||||
KCONFIG:=$(CONFIG_BT) \
|
||||
$(CONFIG_USB)
|
||||
FILES:= \
|
||||
$(MODULES_DIR)/kernel/net/bluetooth/bluetooth.$(LINUX_KMOD_SUFFIX) \
|
||||
$(MODULES_DIR)/kernel/net/bluetooth/l2cap.$(LINUX_KMOD_SUFFIX) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user