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: 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