.gitmodules 291 B

12345678910111213
  1. [submodule "buildroot"]
  2. path = buildroot
  3. url = https://github.com/buildroot/buildroot
  4. shallow = true
  5. [submodule "qemu"]
  6. path = qemu
  7. url = https://github.com/cirosantilli/qemu
  8. shallow = true
  9. [submodule "linux"]
  10. path = linux
  11. url = https://github.com/cirosantilli/linux
  12. shallow = true