diff options
Diffstat (limited to 'payloads/external')
-rw-r--r-- | payloads/external/GRUB2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile index 4a0a49106a..71c7352d3b 100644 --- a/payloads/external/GRUB2/Makefile +++ b/payloads/external/GRUB2/Makefile @@ -3,7 +3,7 @@ TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID) NAME-$(CONFIG_GRUB2_MASTER)=HEAD NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID) -project_git_repo=git://git.sv.gnu.org/grub.git +project_git_repo=https://git.savannah.gnu.org/git/grub.git/ project_dir=grub2 unexport HOSTCC CC LD OBJCOPY STRIP |