bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m for...
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Oct 2011 21:22:53 +0000 (21:22 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Oct 2011 21:22:53 +0000 (21:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28638 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/other.mk

index 91fc17c..dcab71f 100644 (file)
@@ -24,8 +24,8 @@ define KernelPackage/bluetooth
        CONFIG_BLUEZ_HCIUSB \
        CONFIG_BLUEZ_HIDP \
        CONFIG_BT \
-       CONFIG_BT_L2CAP \
-       CONFIG_BT_SCO \
+       CONFIG_BT_L2CAP=y \
+       CONFIG_BT_SCO=y \
        CONFIG_BT_RFCOMM \
        CONFIG_BT_BNEP \
        CONFIG_BT_HCIBTUSB \
This page took 0.034676 seconds and 4 git commands to generate.