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 156)
+++ base/Makefile	(revision 157)
@@ -66,31 +66,31 @@
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
-REQUIRES  = boot/kernel/leez-p710/6.4.3
+REQUIRES  = boot/kernel/leez-p710/6.4.11
 REQUIRES += boot/u-boot/leez-p710/2023.04
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
-REQUIRES  = boot/kernel/orange-pi5/6.4.3
+REQUIRES  = boot/kernel/orange-pi5/6.4.11
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
-REQUIRES  = boot/kernel/repka-pi3/6.4.3
+REQUIRES  = boot/kernel/repka-pi3/6.4.11
 REQUIRES += boot/u-boot/repka-pi3/2023.04
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
-REQUIRES  = boot/kernel/ebox-3350dx2/6.4.3
+REQUIRES  = boot/kernel/ebox-3350dx2/6.4.11
 REQUIRES += boot/grub/ebox-3350dx2/2.06
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
-REQUIRES  = boot/kernel/intel-pc32/6.4.3
+REQUIRES  = boot/kernel/intel-pc32/6.4.11
 REQUIRES += boot/grub/intel-pc32/2.06
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
-REQUIRES  = boot/kernel/intel-pc64/6.4.3
+REQUIRES  = boot/kernel/intel-pc64/6.4.11
 REQUIRES += boot/grub/intel-pc64/2.06
 endif
 
@@ -946,27 +946,27 @@
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
-REQUIRES += dev/kernel-source/leez-p710/6.4.3
+REQUIRES += dev/kernel-source/leez-p710/6.4.11
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
-REQUIRES += dev/kernel-source/orange-pi5/6.4.3
+REQUIRES += dev/kernel-source/orange-pi5/6.4.11
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
-REQUIRES += dev/kernel-source/repka-pi3/6.4.3
+REQUIRES += dev/kernel-source/repka-pi3/6.4.11
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
-REQUIRES += dev/kernel-source/ebox-3350dx2/6.4.3
+REQUIRES += dev/kernel-source/ebox-3350dx2/6.4.11
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
-REQUIRES += dev/kernel-source/intel-pc32/6.4.3
+REQUIRES += dev/kernel-source/intel-pc32/6.4.11
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
-REQUIRES += dev/kernel-source/intel-pc64/6.4.3
+REQUIRES += dev/kernel-source/intel-pc64/6.4.11
 endif