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 372)
+++ base/Makefile	(revision 373)
@@ -62,7 +62,7 @@
 #######
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_BAIKAL_M1)),)
-REQUIRES  = boot/kernel/baikal-m1/5.4.211-5.7.226
+REQUIRES  = boot/kernel/baikal-m1/6.1.63-6.4.92
 REQUIRES += boot/grub/baikal-m1/2.06
 endif
 
@@ -982,7 +982,7 @@
 ####### Kernel sources:
 #######
 ifneq ($(filter $(HARDWARE),$(HARDWARE_BAIKAL_M1)),)
-REQUIRES += dev/kernel-source/baikal-m1/5.4.211-5.7.226
+REQUIRES += dev/kernel-source/baikal-m1/6.1.63-6.4.92
 endif
 
 ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)