From 4e8260113b4ad4bcafa505b78937df54e8ec5239 Mon Sep 17 00:00:00 2001 From: pankore <86098180+pankore@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:21:58 +0800 Subject: [PATCH] [Realtek] fix confict --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitmodules b/.gitmodules index f31dc5f621ea8d..31325764cdc285 100644 --- a/.gitmodules +++ b/.gitmodules @@ -349,6 +349,11 @@ path = third_party/re2/src url = https://github.com/google/re2.git platforms = linux,darwin +[submodule "third_party/libdatachannel/repo"] + path = third_party/libdatachannel/repo + url = https://github.com/paullouisageneau/libdatachannel.git + platforms = linux + recursive = true [submodule "third_party/openthread/ot-realtek"] path = third_party/openthread/ot-realtek url = https://github.com/rtkconnectivity/ot-realtek.git