While the old gitweb is still available on the same server via HTTP,
cloning from it currently fails both with git and http protocol.
Add the freedesktop.org GitLab as fallback.

Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
v2: keep old URL, but add fd.o gitlab as fallback
v1: 
https://lore.ptxdist.org/ptxdist/20230514152925.1153647-1-...@pengutronix.de/

 rules/uvc-gadget.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
index b13ecbf19bef..d5b33d27a12f 100644
--- a/rules/uvc-gadget.make
+++ b/rules/uvc-gadget.make
@@ -19,7 +19,7 @@ UVC_GADGET_VERSION    := 2019-05-02-g105134f9
 UVC_GADGET_MD5         := cd61b910844f1d95534a8773bf63f248
 UVC_GADGET             := uvc-gadget-$(UVC_GADGET_VERSION)
 UVC_GADGET_SUFFIX      := tar.xz
-UVC_GADGET_URL                 := 
git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
+UVC_GADGET_URL                 := 
git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION) 
https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
 UVC_GADGET_SOURCE      := $(SRCDIR)/$(UVC_GADGET).$(UVC_GADGET_SUFFIX)
 UVC_GADGET_DIR         := $(BUILDDIR)/$(UVC_GADGET)
 UVC_GADGET_LICENSE     := GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
-- 
2.39.2




Reply via email to