Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 145)
+++ 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