aboutsummaryrefslogtreecommitdiff
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-06-06 23:22:36 +0000
committerPetr Štetiar <ynezz@true.cz>2023-06-10 21:30:21 +0200
commit4ce7d6c8885a0e1873011f8f48b67e2ecd18e43d (patch)
treefe556ae65d31d52cbd6ceae72547b995a45f644c /package/boot/grub2/Makefile
parent40ce6a7920a8f56d07228795a526576a8762aead (diff)
grub2: change armvirt reference to armsr
The armvirt target has been renamed to armsr (Arm SystemReady), so the GRUB configuration also needs to change. Signed-off-by: Mathew McBride <matt@traverse.com.au>
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 50bf96360d..865feee9ad 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -41,7 +41,7 @@ endef
Package/grub2=$(call Package/grub2/Default,x86,pc)
Package/grub2-efi=$(call Package/grub2/Default,x86,efi)
-Package/grub2-efi-arm=$(call Package/grub2/Default,armvirt,efi)
+Package/grub2-efi-arm=$(call Package/grub2/Default,armsr,efi)
define Package/grub2-editenv
CATEGORY:=Utilities