mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Use alternate mirrors for glib and libslirp dependencies (#1078)
* glib: Use github mirror of glib repository * Use qemu gitlab mirror of libslirp repository
This commit is contained in:
parent
4e2a02323b
commit
79180cde2d
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -42,10 +42,10 @@
|
|||
url = https://github.com/wolfSSL/wolfssl.git
|
||||
[submodule "FreeRTOS-Plus/ThirdParty/libslirp"]
|
||||
path = FreeRTOS-Plus/ThirdParty/libslirp
|
||||
url = https://gitlab.freedesktop.org/slirp/libslirp.git
|
||||
url = https://gitlab.com/qemu-project/libslirp.git
|
||||
[submodule "FreeRTOS-Plus/ThirdParty/glib"]
|
||||
path = FreeRTOS-Plus/ThirdParty/glib
|
||||
url = https://gitlab.gnome.org/GNOME/glib.git
|
||||
url = https://github.com/GNOME/glib.git
|
||||
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"]
|
||||
path = FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent
|
||||
url = https://github.com/FreeRTOS/coreMQTT-Agent.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue