diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/modules.mk b/target/linux/generic-2.6/modules.mk index f767055d7..3b34f63ac 100644 --- a/target/linux/generic-2.6/modules.mk +++ b/target/linux/generic-2.6/modules.mk @@ -342,6 +342,6 @@ $(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 \ -,CONFIG_BLUEZ)) +,CONFIG_BT)) |