From f8e79444b338414595a7a612d871792ebfa70b9e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 19 Sep 2021 16:43:41 +0200 Subject: riscv64: EFI riggings Minor changes necessary to support EFI on RISC-V. --- update-kernel.in | 1 + 1 file changed, 1 insertion(+) (limited to 'update-kernel.in') diff --git a/update-kernel.in b/update-kernel.in index b0ee125..dce5006 100644 --- a/update-kernel.in +++ b/update-kernel.in @@ -244,6 +244,7 @@ _apk add --initdb --update-cache if [ "$BUILDDIR" ]; then case "$ARCH" in arm*|aarch64*) _install="zinstall dtbs_install" ;; + riscv64) _install="zinstall dtbs_install" ;; *) _install="install" ;; esac -- cgit v1.2.3