diff --git a/external/config/sources/arm64.conf b/external/config/sources/arm64.conf index dd72d0f..8a486b8 100644 --- a/external/config/sources/arm64.conf +++ b/external/config/sources/arm64.conf @@ -13,7 +13,7 @@ ARCHITECTURE=arm64 ARCH=arm64 KERNEL_IMAGE_TYPE=Image CAN_BUILD_STRETCH=yes -GIT_SERVER="https://github.com/orangepi-xunlong" +GIT_SERVER="https://github.com/DrHo1y" [[ -z $INITRD_ARCH ]] && INITRD_ARCH=arm64 diff --git a/external/config/sources/armhf.conf b/external/config/sources/armhf.conf index 8d9d274..93119c2 100644 --- a/external/config/sources/armhf.conf +++ b/external/config/sources/armhf.conf @@ -12,7 +12,7 @@ ARCHITECTURE=arm ARCH=armhf KERNEL_IMAGE_TYPE=Image CAN_BUILD_STRETCH=yes -GIT_SERVER="https://github.com/orangepi-xunlong" +GIT_SERVER="https://github.com/DrHo1y" [[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER="arm-none-linux-gnueabihf-" [[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0' diff --git a/external/config/sources/riscv64.conf b/external/config/sources/riscv64.conf index ff544fa..8869da7 100644 --- a/external/config/sources/riscv64.conf +++ b/external/config/sources/riscv64.conf @@ -14,7 +14,7 @@ KERNEL_SRC_ARCH='riscv' QEMU_BINARY='qemu-riscv64-static' IMAGE_PARTITION_TABLE='gpt' SKIP_EXTERNAL_TOOLCHAINS='yes' -GIT_SERVER="https://github.com/orangepi-xunlong" +GIT_SERVER="https://github.com/DrHo1y" KERNEL_IMAGE_TYPE="Image" NAME_KERNEL="Image"