Forráskód Böngészése

change URL to github server

yiming.li 3 éve
szülő
commit
0e03e0f032
2 módosított fájl, 6 hozzáadás és 6 törlés
  1. 4 4
      .gitmodules
  2. 2 2
      conf/buildroot_initramfs_config

+ 4 - 4
.gitmodules

@@ -1,12 +1,12 @@
 [submodule "buildroot"]
 	path = buildroot
-	url = http://192.168.110.45/sdk/sft-riscvpi-buildroot.git
+	url = https://github.com/starfive-tech/sft-riscvpi-buildroot.git
 [submodule "HiFive_U-Boot"]
 	path = HiFive_U-Boot
-	url = http://192.168.110.45/sdk/sft-riscvpi-uboot.git
+	url = https://github.com/starfive-tech/sft-riscvpi-uboot.git
 [submodule "linux"]
 	path = linux
-	url = http://192.168.110.45/sdk/sft-riscvpi-linux-5.10.git
+	url = https://github.com/starfive-tech/sft-riscvpi-linux-5.10.git
 [submodule "opensbi"]
 	path = opensbi
-	url = http://192.168.110.45/sdk/sft-riscvpi-opensbi.git
+	url = https://github.com/starfive-tech/sft-riscvpi-opensbi.git

+ 2 - 2
conf/buildroot_initramfs_config

@@ -1,8 +1,8 @@
 BR2_riscv=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
 BR2_KERNEL_HEADERS_CUSTOM_GIT=y
-BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="http://192.168.110.45/sdk/sft-riscvpi-linux-5.10.git"
-BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="vic_starlight"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="https://github.com/starfive-tech/sft-riscvpi-linux-5.10.git"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="starfive"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_GCC_VERSION_10_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y