From 1ba9a7b6aa86c302b81fec3d8776a99433398b8a Mon Sep 17 00:00:00 2001 From: "yang.wang" Date: Thu, 19 Dec 2024 10:46:28 +0800 Subject: [PATCH] Update the gitmodules URL. Signed-off-by: yang.wang --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3c84177..0b4e2b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,20 +1,20 @@ [submodule "buildroot"] path = buildroot - url = https://github.com/starfive-tech/buildroot.git + url = https://github.com/DC-DeepComputing/fml13v01-buildroot.git branch = JH7110_VisionFive2_devel [submodule "u-boot"] path = u-boot - url = https://github.com/starfive-tech/u-boot.git + url = https://github.com/DC-DeepComputing/fml13v01-uboot.git branch = JH7110_VisionFive2_devel [submodule "linux"] path = linux - url = https://github.com/starfive-tech/linux.git + url = https://github.com/DC-DeepComputing/fml13v01-linux.git branch = JH7110_VisionFive2_6.6.y_devel [submodule "opensbi"] path = opensbi - url = https://github.com/starfive-tech/opensbi.git + url = https://github.com/DC-DeepComputing/fml13v01-opensbi.git branch = JH7110_VisionFive2_devel [submodule "soft_3rdpart"] path = soft_3rdpart - url = https://github.com/starfive-tech/soft_3rdpart.git + url = https://github.com/DC-DeepComputing/fml13v01-soft_3rdpart.git branch = JH7110_VisionFive2_devel