Index: base/Makefile
===================================================================
--- base/Makefile (revision 204)
+++ base/Makefile (revision 205)
@@ -71,6 +71,11 @@
REQUIRES += boot/u-boot/leez-p710/2023.04
endif
+ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
+REQUIRES = boot/kernel/orange-pi5/5.10.110
+REQUIRES += boot/u-boot/orange-pi5/2023.07
+endif
+
ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
REQUIRES = boot/kernel/repka-pi3/6.1.53
REQUIRES += boot/u-boot/repka-pi3/2023.04
@@ -951,6 +956,10 @@
REQUIRES += dev/kernel-source/leez-p710/6.1.53
endif
+ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
+REQUIRES += dev/kernel-source/orange-pi5/5.10.110
+endif
+
ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
REQUIRES += dev/kernel-source/repka-pi3/6.1.53
endif