mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
configs: Use HTTPS URL for Github repos
This makes it possible to clone git repositories hosted on Github while behind a firewall. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b05ff12b6c
commit
9e5e2ea9bb
@@ -16,7 +16,7 @@ BR2_LINUX_KERNEL_XZ=y
|
||||
# Bootloader
|
||||
BR2_TARGET_AT91BOOTSTRAP3=y
|
||||
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
|
||||
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="git://github.com/tanzilli/at91bootstrap.git"
|
||||
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/tanzilli/at91bootstrap.git"
|
||||
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="cedbde4b36695b715f469f4872f47e5cc8115000"
|
||||
BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="arietta-128m"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user