pmaports/device/testing/linux-samsung-a6lte/uncomment-rfcomm-in-makefile.patch
Sergey Lisov 4597357bfa
samsung-a6lte: add WiFi and Bluetooth on mainline (MR 4665)
Also adds Bluetooth support on the downstream kernel.

[ci:skip-build] Already built fine on CI in MR
2024-03-25 01:52:18 +03:00

11 lines
393 B
Diff

--- linux-3.18-samsung-mod/net/bluetooth/Makefile 2023-12-21 03:06:56.384146361 +0300
+++ linux-3.18-samsung/net/bluetooth/Makefile 2023-12-25 05:41:55.756105376 +0300
@@ -3,7 +3,7 @@
#
obj-$(CONFIG_BT) += bluetooth.o
+obj-$(CONFIG_BT_RFCOMM) += rfcomm/
-#obj-$(CONFIG_BT_RFCOMM) += rfcomm/
#obj-$(CONFIG_BT_BNEP) += bnep/
obj-$(CONFIG_BT_CMTP) += cmtp/
#obj-$(CONFIG_BT_HIDP) += hidp/