summaryrefslogtreecommitdiff
path: root/update-kernel.in
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-09-19 16:43:41 +0200
committerDrew DeVault <sir@cmpwn.com>2021-09-19 17:28:27 +0200
commitf8e79444b338414595a7a612d871792ebfa70b9e (patch)
tree45696ecd69ce2d164682d1b5cf62151ce10f066a /update-kernel.in
parent3904318da2a7aa5487cbeb4e7aa4de48734e837f (diff)
downloadalpine-conf-f8e79444b338414595a7a612d871792ebfa70b9e.zip
riscv64: EFI riggings
Minor changes necessary to support EFI on RISC-V.
Diffstat (limited to 'update-kernel.in')
-rw-r--r--update-kernel.in1
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