edit source link for this repo

This commit is contained in:
2025-03-07 13:45:53 +00:00
parent 161170a67d
commit e7fc3af7b7
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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"