diff options
-rw-r--r-- | recipes-bsp/multitech/mtac_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac_4.0.0.bb b/recipes-bsp/multitech/mtac_4.0.0.bb index e6038a9..a617572 100644 --- a/recipes-bsp/multitech/mtac_4.0.0.bb +++ b/recipes-bsp/multitech/mtac_4.0.0.bb @@ -12,7 +12,7 @@ SRCREV = "${PV}" PR = "${INC_PR}.0-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" SRC_URI = " \ - git://git.multitech.net/mtac.git;protocol=git \ + git://git@gitlab.multitech.net/mirrors/mtac.git;protocol=ssh;branch=Linux4 \ " S = "${WORKDIR}/git" |