diff --git a/external/config/sources/arm64.conf b/external/config/sources/arm64.conf index 6472d15..e04535c 100644 --- a/external/config/sources/arm64.conf +++ b/external/config/sources/arm64.conf @@ -38,11 +38,11 @@ fi [[ $ATF_COMPILE != "no" && -z $ATF_USE_GCC ]] && ATF_USE_GCC='> 8.0' [[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0' -[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-orangepi.git" +[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.git" [[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot" [[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04' [[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0' [[ -z $KERNELDIR ]] && KERNELDIR="${SRC}/kernel" -[[ -z $KERNELSOURCE ]] && KERNELSOURCE="${GIT_SERVER}/linux-orangepi.git" +[[ -z $KERNELSOURCE ]] && KERNELSOURCE="${GIT_SERVER}/linux-bananapi.git" [[ -z $KERNELBRANCH ]] && KERNELBRANCH='branch:orange-pi-5.4' diff --git a/external/config/sources/armhf.conf b/external/config/sources/armhf.conf index 23b4302..7115da5 100644 --- a/external/config/sources/armhf.conf +++ b/external/config/sources/armhf.conf @@ -16,7 +16,7 @@ GIT_SERVER="http://10.10.10.106:10000/Qubot" [[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER="arm-none-linux-gnueabihf-" [[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0' -[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-orangepi.git" +[[ -z $BOOTSOURCE ]] && BOOTSOURCE="${GIT_SERVER}/u-boot-bananapi.git" [[ -z $BOOTDIR ]] && BOOTDIR="${SRC}/u-boot" [[ -z $BOOTBRANCH ]] && BOOTBRANCH='branch:v2020.04' diff --git a/scripts/configuration.sh b/scripts/configuration.sh index f482dd9..4a20d3c 100755 --- a/scripts/configuration.sh +++ b/scripts/configuration.sh @@ -97,10 +97,10 @@ MAINLINE_KERNEL_DIR="$SRC/kernel" case $UBOOT_MIRROR in gitee) - MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-orangepi.git' + MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git' ;; github) - MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-orangepi.git' + MAINLINE_UBOOT_SOURCE='http://10.10.10.106:10000/Qubot/u-boot-bananapi.git' ;; *) MAINLINE_UBOOT_SOURCE='https://source.denx.de/u-boot/u-boot.git'