mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Adjust mainline u-boot to new location to supress redirect warnings
This commit is contained in:
@@ -72,7 +72,7 @@ MAINLINE_KERNEL_DIR='linux-mainline'
|
||||
if [[ $USE_GITHUB_UBOOT_MIRROR == yes ]]; then
|
||||
MAINLINE_UBOOT_SOURCE='https://github.com/RobertCNelson/u-boot'
|
||||
else
|
||||
MAINLINE_UBOOT_SOURCE='https://gitlab.denx.de/u-boot/u-boot.git'
|
||||
MAINLINE_UBOOT_SOURCE='https://source.denx.de/u-boot/u-boot.git'
|
||||
fi
|
||||
MAINLINE_UBOOT_DIR='u-boot'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user