From b427a3b1ad524c03762dd16cef5b7ac9b5dd8bae Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sun, 29 Mar 2020 01:54:02 +0100
Subject: [PATCH] modules: use GitHub mirror

Then using GitHub actions, the OpenWrt Git service occasinally returns a
504 leading to a failed build.
---
 modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules b/modules
index 0179dece3..0e2205798 100644
--- a/modules
+++ b/modules
@@ -1,6 +1,6 @@
 GLUON_FEEDS='packages routing gluon'
 
-OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git
+OPENWRT_REPO=https://github.com/openwrt/openwrt.git
 OPENWRT_BRANCH=openwrt-19.07
 OPENWRT_COMMIT=81264ebb51991aa2d17489852854e3b5ec3f514d
 
-- 
GitLab