Index: base/Makefile
===================================================================
--- base/Makefile (revision 145)
+++ base/Makefile (revision 146)
@@ -67,6 +67,11 @@
REQUIRES += boot/u-boot/leez-p710/2022.10
endif
+ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
+REQUIRES = boot/kernel/repka-pi3/6.1.26
+REQUIRES += boot/u-boot/repka-pi3/2022.10
+endif
+
ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
REQUIRES = boot/kernel/ebox-3350dx2/6.1.26
REQUIRES += boot/grub/ebox-3350dx2/2.06
@@ -936,6 +941,10 @@
REQUIRES += dev/kernel-source/leez-p710/6.1.26
endif
+ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
+REQUIRES += dev/kernel-source/repka-pi3/6.1.26
+endif
+
ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
REQUIRES += dev/kernel-source/ebox-3350dx2/6.1.26
endif