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 213)
+++ base/Makefile	(revision 214)
@@ -76,6 +76,10 @@
 REQUIRES += boot/u-boot/orange-pi5/2023.07
 endif
 
+ifneq ($(filter $(HARDWARE),$(HARDWARE_VISIONFIVE2)),)
+REQUIRES  = boot/kernel/visionfive2/6.1.31-3.8.2
+endif
+
 ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
 REQUIRES  = boot/kernel/repka-pi3/6.1.53
 REQUIRES += boot/u-boot/repka-pi3/2023.04
@@ -960,6 +964,10 @@
 REQUIRES += dev/kernel-source/orange-pi5/5.10.110
 endif
 
+ifneq ($(filter $(HARDWARE),$(HARDWARE_VISIONFIVE2)),)
+REQUIRES  = dev/kernel-source/visionfive2/6.1.31-3.8.2
+endif
+
 ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
 REQUIRES += dev/kernel-source/repka-pi3/6.1.53
 endif