projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ce6a7
)
grub2: change armvirt reference to armsr
author
Mathew McBride
<matt@traverse.com.au>
Tue, 6 Jun 2023 23:22:36 +0000
(23:22 +0000)
committer
Petr Štetiar
<ynezz@true.cz>
Sat, 10 Jun 2023 19:30:21 +0000
(21:30 +0200)
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>
package/boot/grub2/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/grub2/Makefile
b/package/boot/grub2/Makefile
index 50bf96360d645f00ac6cfb972009800d5ba9259b..865feee9ad1bfbf2d039a285a4afce44ff1dd429 100644
(file)
--- 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,arm
virt
,efi)
+Package/grub2-efi-arm=$(call Package/grub2/Default,arm
sr
,efi)
define Package/grub2-editenv
CATEGORY:=Utilities