mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: payloads/external: Download FILO over HTTPS
BUG=None BRANCH=None TEST=None Signed-off-by: Jonathan Neuschfer <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> Change-Id: I1b44e32505b96978849d39764ff399a502fa6e84 Reviewed-on: https://chromium-review.googlesource.com/425265 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
caafc464f3
commit
f63d01771d
1 changed files with 1 additions and 1 deletions
2
payloads/external/FILO/Makefile
vendored
2
payloads/external/FILO/Makefile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue