Index: radix-1.9/boot/grub/orange-pi5/2.06/Makefile
===================================================================
--- radix-1.9/boot/grub/orange-pi5/2.06/Makefile (revision 222)
+++ radix-1.9/boot/grub/orange-pi5/2.06/Makefile (revision 223)
@@ -11,7 +11,8 @@
SOURCE_REQUIRES = sources/GNU/grub
-REQUIRES = app/xz/5.2.7
+REQUIRES = boot/kernel/orange-pi5/5.10.110
+REQUIRES += app/xz/5.2.7
REQUIRES += libs/zlib/1.2.13
REQUIRES += libs/zstd/1.5.2
REQUIRES += dev/bison/3.7.4
@@ -171,6 +172,7 @@
efi_embedded_cfg = $(TARGET_BUILD_DIR)/grub-$(DISTRO_NAME).cfg
root_uuid = eaf0eef1-f13a-726F-6F74-203aefe0f0f2
linux_cmdline = console=ttyS2,1500000n8 console=tty1
+device_tree = rockchip/rk3588s-orangepi-5.dtb
grub_modules = all_video archelp bfs bitmap bitmap_scale blocklist boot btrfs
grub_modules += cat chain configfile cpio date datehook datetime disk diskfilter
@@ -265,6 +267,7 @@
@echo " insmod ext2" >> $(GRUB_PKG)/boot/grub/grub.cfg
@echo "" >> $(GRUB_PKG)/boot/grub/grub.cfg
@echo " search --set=root --fs-uuid \$$root_uuid" >> $(GRUB_PKG)/boot/grub/grub.cfg
+ @echo " devicetree /boot/$(device_tree)" >> $(GRUB_PKG)/boot/grub/grub.cfg
@echo " linux /boot/Image root=PARTUUID=\$$root_uuid ro rootwait $(linux_cmdline)" >> $(GRUB_PKG)/boot/grub/grub.cfg
@echo "}" >> $(GRUB_PKG)/boot/grub/grub.cfg
# ======= Preserve the contents of /etc/grub.d/40_custom =======