diff options
author | Paul Cercueil <paul.cercueil@analog.com> | 2016-07-05 12:25:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-05 17:36:01 +0200 |
commit | 9e5e2ea9bb2836612ef76ff285cf2d2bfcea0ddb (patch) | |
tree | 69cf7a77bcc4c25cbb590b3a6df6e4eb3e70ba90 /configs/atmel_sama5d4_xplained_defconfig | |
parent | b05ff12b6cd38566003b99291a47a56cbd88f396 (diff) | |
download | buildroot-9e5e2ea9bb2836612ef76ff285cf2d2bfcea0ddb.tar.gz buildroot-9e5e2ea9bb2836612ef76ff285cf2d2bfcea0ddb.zip |
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>
Diffstat (limited to 'configs/atmel_sama5d4_xplained_defconfig')
-rw-r--r-- | configs/atmel_sama5d4_xplained_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/atmel_sama5d4_xplained_defconfig b/configs/atmel_sama5d4_xplained_defconfig index ad4bff1526..65313f3858 100644 --- a/configs/atmel_sama5d4_xplained_defconfig +++ b/configs/atmel_sama5d4_xplained_defconfig @@ -26,7 +26,7 @@ BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d4_xplainednf_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_nandflash" BR2_PACKAGE_HOST_SAM_BA=y |