diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2016-12-27 16:31:30 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-12-29 08:52:53 +0100 |
commit | 29d5be151c5a9f89483f0f193f05cd9d74342c1d (patch) | |
tree | cf293aa61391a173602acc4c838b964f0059a161 /payloads | |
parent | b02e341b6f1451ed2bc6e04999831a9899a6f6bd (diff) | |
download | coreboot-29d5be151c5a9f89483f0f193f05cd9d74342c1d.tar.xz |
payloads/external: Download FILO over HTTPS
Change-Id: I1b44e32505b96978849d39764ff399a502fa6e84
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/17972
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/FILO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile index d8c3844529..107908d73d 100644 --- a/payloads/external/FILO/Makefile +++ b/payloads/external/FILO/Makefile @@ -3,7 +3,7 @@ NAME-$(CONFIG_FILO_MASTER)=MASTER TAG-$(CONFIG_FILO_STABLE)=22baa6bde9339029edfafa421b3d4a7be159edad NAME-$(CONFIG_FILO_STABLE)=STABLE -project_git_repo=http://review.coreboot.org/p/filo.git +project_git_repo=https://review.coreboot.org/p/filo.git project_dir=filo unexport KCONFIG_AUTOHEADER |