From ee40a6a37af441e11c36203621d63e1a0229aab1 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 1 May 2017 16:56:27 +0200 Subject: reproducible_openwrt: update git repo url git.openwrt.org isn't anymore the upstream. It has been move to github. Signed-off-by: Holger Levsen --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 5d168733..433b2976 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -291,7 +291,7 @@ write_page_intro() { elif [ "$1" = "OpenWrt" ] || [ "$1" = "LEDE" ]; then local PROJECTNAME="$1" if [ "$PROJECTNAME" = "OpenWrt" ] ; then - local PROJECTURL="git://git.openwrt.org/openwrt.git" + local PROJECTURL="https://github.com/openwrt/openwrt.git" else local PROJECTURL="https://git.lede-project.org/source.git" fi -- cgit v1.2.3-54-g00ecf