diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-02-22 14:58:45 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-02-22 14:58:45 +0000 |
| commit | 924ef048b441e52b73817b44c310fdd1b08a5875 (patch) | |
| tree | dbb38b3bf013e5ebdedcec9636768787a0745292 | |
| parent | c4c248063b518adab16c9322df20b941c5ff4929 (diff) | |
| download | upstream-924ef048b441e52b73817b44c310fdd1b08a5875.tar.gz upstream-924ef048b441e52b73817b44c310fdd1b08a5875.tar.bz2 upstream-924ef048b441e52b73817b44c310fdd1b08a5875.zip | |
Added hci_usb to kmod-bluetooth. Closes #316
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3263 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/aruba-2.6/config | 3 | ||||
| -rw-r--r-- | openwrt/target/linux/brcm-2.6/config | 3 | ||||
| -rw-r--r-- | openwrt/target/linux/generic-2.6/modules.mk | 1 | ||||
| -rw-r--r-- | openwrt/target/linux/x86-2.6/config | 3 |
4 files changed, 7 insertions, 3 deletions
diff --git a/openwrt/target/linux/aruba-2.6/config b/openwrt/target/linux/aruba-2.6/config index afda3fad854..f560d7e4b20 100644 --- a/openwrt/target/linux/aruba-2.6/config +++ b/openwrt/target/linux/aruba-2.6/config @@ -469,7 +469,8 @@ CONFIG_BT_HIDP=m # # Bluetooth device drivers # -# CONFIG_BT_HCIUSB is not set +CONFIG_BT_HCIUSB=m +CONFIG_BT_HCIUSB_SCO=y CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y diff --git a/openwrt/target/linux/brcm-2.6/config b/openwrt/target/linux/brcm-2.6/config index 303d8fd4f64..2cadc578984 100644 --- a/openwrt/target/linux/brcm-2.6/config +++ b/openwrt/target/linux/brcm-2.6/config @@ -562,7 +562,8 @@ CONFIG_BT_HIDP=m # # Bluetooth device drivers # -# CONFIG_BT_HCIUSB is not set +CONFIG_BT_HCIUSB=m +CONFIG_BT_HCIUSB_SCO=y CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y diff --git a/openwrt/target/linux/generic-2.6/modules.mk b/openwrt/target/linux/generic-2.6/modules.mk index 4e8d2e96890..37d7094c5c2 100644 --- a/openwrt/target/linux/generic-2.6/modules.mk +++ b/openwrt/target/linux/generic-2.6/modules.mk @@ -342,6 +342,7 @@ $(eval $(call KMOD_template,BLUETOOTH,bluetooth,\ $(MODULES_DIR)/kernel/net/bluetooth/sco.ko \ $(MODULES_DIR)/kernel/net/bluetooth/rfcomm/rfcomm.ko \ $(MODULES_DIR)/kernel/drivers/bluetooth/hci_uart.ko \ + $(MODULES_DIR)/kernel/drivers/bluetooth/hci_usb.ko \ ,CONFIG_BT)) diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 5347e6b7d4e..339972b670f 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/target/linux/x86-2.6/config @@ -592,7 +592,8 @@ CONFIG_BT_HIDP=m # # Bluetooth device drivers # -# CONFIG_BT_HCIUSB is not set +CONFIG_BT_HCIUSB=m +CONFIG_BT_HCIUSB_SCO=y CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y |
