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 35)
+++ Makefile	(revision 36)
@@ -62,22 +62,22 @@
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
-REQUIRES  = boot/kernel/leez-p710/6.0.7
+REQUIRES  = boot/kernel/leez-p710/6.1.26
 REQUIRES += boot/u-boot/leez-p710/2022.10
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
-REQUIRES  = boot/kernel/ebox-3350dx2/6.0.7
+REQUIRES  = boot/kernel/ebox-3350dx2/6.1.26
 REQUIRES += boot/grub/ebox-3350dx2/2.06
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
-REQUIRES  = boot/kernel/intel-pc32/6.0.7
+REQUIRES  = boot/kernel/intel-pc32/6.1.26
 REQUIRES += boot/grub/intel-pc32/2.06
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
-REQUIRES  = boot/kernel/intel-pc64/6.0.7
+REQUIRES  = boot/kernel/intel-pc64/6.1.26
 REQUIRES += boot/grub/intel-pc64/2.06
 endif
 
@@ -911,19 +911,19 @@
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
-REQUIRES += dev/kernel-source/leez-p710/6.0.7
+REQUIRES += dev/kernel-source/leez-p710/6.1.26
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
-REQUIRES += dev/kernel-source/ebox-3350dx2/6.0.7
+REQUIRES += dev/kernel-source/ebox-3350dx2/6.1.26
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
-REQUIRES += dev/kernel-source/intel-pc32/6.0.7
+REQUIRES += dev/kernel-source/intel-pc32/6.1.26
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
-REQUIRES += dev/kernel-source/intel-pc64/6.0.7
+REQUIRES += dev/kernel-source/intel-pc64/6.1.26
 endif