mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add INITD_ARCH for riscv or it will fail when installing kernel (#4400)
This commit is contained in:
@@ -16,3 +16,4 @@ export SKIP_EXTERNAL_TOOLCHAINS='yes'
|
|||||||
[[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER='riscv64-linux-gnu-'
|
[[ -z $UBOOT_COMPILER ]] && UBOOT_COMPILER='riscv64-linux-gnu-'
|
||||||
[[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0'
|
[[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0'
|
||||||
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
|
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
|
||||||
|
[[ -z $INITRD_ARCH ]] && INITRD_ARCH=riscv
|
||||||
|
|||||||
Reference in New Issue
Block a user