.gitmodules 422 B

12345678910111213141516
  1. [submodule "buildroot"]
  2. path = buildroot
  3. url = http://192.168.110.45/sdk/buildroot.git
  4. branch = jh7110-devel
  5. [submodule "u-boot"]
  6. path = u-boot
  7. url = http://192.168.110.45/sdk/u-boot.git
  8. branch = jh7110-devel
  9. [submodule "linux"]
  10. path = linux
  11. url = http://192.168.110.45/sdk/linux.git
  12. branch = jh7110-5.15.y-devel
  13. [submodule "opensbi"]
  14. path = opensbi
  15. url = http://192.168.110.45/sdk/opensbi.git
  16. branch = master