diff options
author | Peter Seiderer <ps.report@gmx.net> | 2019-01-11 22:52:35 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-01-12 17:22:29 +0100 |
commit | 2cf068864708285c6bc7cffffc38be17aa376c49 (patch) | |
tree | db5132e6309cb0e525affd358cdbae5fe2989112 | |
parent | e4e9e5f9375a27b24fa4d92d5282de5dfbbdf234 (diff) | |
download | buildroot-2cf068864708285c6bc7cffffc38be17aa376c49.tar.gz buildroot-2cf068864708285c6bc7cffffc38be17aa376c49.zip |
boot/barebox: change download site to https
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | boot/barebox/barebox.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index b811e322b5..9e8a9f67b5 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -28,7 +28,7 @@ $(1)_SITE_METHOD = git else # Handle stable official Barebox versions $(1)_SOURCE = barebox-$$($(1)_VERSION).tar.bz2 -$(1)_SITE = http://www.barebox.org/download +$(1)_SITE = https://www.barebox.org/download endif $(1)_DEPENDENCIES = host-lzop |