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 150)
+++ Makefile	(revision 151)
@@ -63,27 +63,31 @@
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
-REQUIRES  = boot/kernel/leez-p710/6.1.26
-REQUIRES += boot/u-boot/leez-p710/2022.10
+REQUIRES  = boot/kernel/leez-p710/6.3.10
+REQUIRES += boot/u-boot/leez-p710/2023.04
 endif
 
+ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
+REQUIRES  = boot/kernel/orange-pi5/6.3.10
+endif
+
 ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
-REQUIRES  = boot/kernel/repka-pi3/6.1.26
-REQUIRES += boot/u-boot/repka-pi3/2022.10
+REQUIRES  = boot/kernel/repka-pi3/6.3.10
+REQUIRES += boot/u-boot/repka-pi3/2023.04
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
-REQUIRES  = boot/kernel/ebox-3350dx2/6.1.26
+REQUIRES  = boot/kernel/ebox-3350dx2/6.3.10
 REQUIRES += boot/grub/ebox-3350dx2/2.06
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
-REQUIRES  = boot/kernel/intel-pc32/6.1.26
+REQUIRES  = boot/kernel/intel-pc32/6.3.10
 REQUIRES += boot/grub/intel-pc32/2.06
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
-REQUIRES  = boot/kernel/intel-pc64/6.1.26
+REQUIRES  = boot/kernel/intel-pc64/6.3.10
 REQUIRES += boot/grub/intel-pc64/2.06
 endif
 
@@ -939,23 +943,27 @@
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
-REQUIRES += dev/kernel-source/leez-p710/6.1.26
+REQUIRES += dev/kernel-source/leez-p710/6.3.10
 endif
 
+ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
+REQUIRES += dev/kernel-source/orange-pi5/6.3.10
+endif
+
 ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
-REQUIRES += dev/kernel-source/repka-pi3/6.1.26
+REQUIRES += dev/kernel-source/repka-pi3/6.3.10
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
-REQUIRES += dev/kernel-source/ebox-3350dx2/6.1.26
+REQUIRES += dev/kernel-source/ebox-3350dx2/6.3.10
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
-REQUIRES += dev/kernel-source/intel-pc32/6.1.26
+REQUIRES += dev/kernel-source/intel-pc32/6.3.10
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
-REQUIRES += dev/kernel-source/intel-pc64/6.1.26
+REQUIRES += dev/kernel-source/intel-pc64/6.3.10
 endif