diff options
Diffstat (limited to 'update-kernel.in')
-rw-r--r-- | update-kernel.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |