From 9e5e2ea9bb2836612ef76ff285cf2d2bfcea0ddb Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Tue, 5 Jul 2016 12:25:14 +0200 Subject: 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 Signed-off-by: Thomas Petazzoni --- configs/atmel_sama5d4_xplained_mmc_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/atmel_sama5d4_xplained_mmc_defconfig') diff --git a/configs/atmel_sama5d4_xplained_mmc_defconfig b/configs/atmel_sama5d4_xplained_mmc_defconfig index 5f0b748190..7f93a82640 100644 --- a/configs/atmel_sama5d4_xplained_mmc_defconfig +++ b/configs/atmel_sama5d4_xplained_mmc_defconfig @@ -22,7 +22,7 @@ BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d4_xplainedsd_uboot_secure" BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_GIT=y -BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://github.com/linux4sam/u-boot-at91.git" +BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.3" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_mmc" BR2_PACKAGE_HOST_DOSFSTOOLS=y -- cgit v1.2.1