maketag.sh/makebranch.sh: Add https to https://downloads.openwrt.org
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 23 Apr 2022 20:10:15 +0000 (22:10 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 23 Apr 2022 20:11:35 +0000 (22:11 +0200)
Since OpenWrt 21.02 we are using https to download the packages. Change
the default to https://downloads.openwrt.org. OpenWrt 19.07 was the last
release which did not support https.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
makebranch.sh
maketag.sh

index 9e285d2163c30470b4c6fae00565fd85f97f5d7d..4c305ab03774ec93f8cd6a33972a6898ab43cc9e 100755 (executable)
@@ -3,7 +3,7 @@
 git_author="Release System"
 git_email="lede-dev@lists.infradead.org"
 
-base_url="http://downloads.openwrt.org/releases"
+base_url="https://downloads.openwrt.org/releases"
 
 [ -f "./feeds.conf.default" ] || {
        echo "Please execute as ./${0##*/}" >&2
index f45588d56957c73c679ae40f502c49494e048f2b..80e94fa8bfc948d10150ed113e8493711a0cf993 100755 (executable)
@@ -4,7 +4,7 @@ git_author="$(git config user.name)"
 git_email="$(git config user.email)"
 gpg_keyid=""
 
-base_url="http://downloads.openwrt.org/releases"
+base_url="https://downloads.openwrt.org/releases"
 
 [ -f "./feeds.conf.default" ] || {
        echo "Please execute as ./${0##*/}" >&2