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/zynq_zed_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/zynq_zed_defconfig') diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig index 0e2c8ff9d..d3cfa70ff 100644 --- a/configs/zynq_zed_defconfig +++ b/configs/zynq_zed_defconfig @@ -6,7 +6,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/Xilinx/linux-xlnx.git" +BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Xilinx/linux-xlnx.git" BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2015.1" BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq" BR2_LINUX_KERNEL_UIMAGE=y -- cgit v1.2.3