Author: blogic Date: 2015-04-21 08:59:23 +0200 (Tue, 21 Apr 2015) New Revision: 45531
Modified: trunk/package/kernel/linux/modules/other.mk Log: kernel: add bluetooth symbols from Kernel 4.0 upstream commit: Bluetooth: Introduce BT_BREDR and BT_LE config options id: 65efd2bf4885312b42de9829159789199221cc60 Signed-off-by: Dirk Neukirchen <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-04-21 06:59:18 UTC (rev 45530) +++ trunk/package/kernel/linux/modules/other.mk 2015-04-21 06:59:23 UTC (rev 45531) @@ -39,7 +39,9 @@ CONFIG_BLUEZ_HCIUSB \ CONFIG_BLUEZ_HIDP \ CONFIG_BT \ + CONFIG_BT_BREDR=y \ CONFIG_BT_L2CAP=y \ + CONFIG_BT_LE=y \ CONFIG_BT_SCO=y \ CONFIG_BT_RFCOMM \ CONFIG_BT_BNEP \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
