Skip to content

Commit 5ed6eee

Browse files
committed
axs10x: use https instead of git in GitHub kernel URL
https version allows anybody clone repo while git requires authentication. Signed-off-by: Alexey Brodkin <[email protected]>
1 parent d5d7c27 commit 5ed6eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/axs101_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to the AXS101 Software Development Platform"
1212
BR2_TARGET_ASKFIRST_SHELL=y
1313
BR2_LINUX_KERNEL=y
1414
BR2_LINUX_KERNEL_CUSTOM_GIT=y
15-
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git@github.com/foss-for-synopsys-dwc-arc-processors/linux.git"
15+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux"
1616
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.15"
1717
BR2_LINUX_KERNEL_DEFCONFIG="axs101"
1818
BR2_PACKAGE_GDB=y

configs/axs103_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to the AXS103 Software Development Platform"
1313
BR2_TARGET_ASKFIRST_SHELL=y
1414
BR2_LINUX_KERNEL=y
1515
BR2_LINUX_KERNEL_CUSTOM_GIT=y
16-
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git@github.com:foss-for-synopsys-dwc-arc-processors/linux.git"
16+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux"
1717
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="arc-3.13"
1818
BR2_LINUX_KERNEL_DEFCONFIG="axs103_smp"
1919
BR2_LINUX_KERNEL_VMLINUX=y

0 commit comments

Comments
 (0)