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: dev/kernel-headers/Makefile
===================================================================
--- dev/kernel-headers/Makefile	(revision 416)
+++ dev/kernel-headers/Makefile	(revision 417)
@@ -146,10 +146,8 @@
 endif
 
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_RISCV64_GLIBC)),)
-ifneq ($(filter $(HARDWARE),$(HARDWARE_VISIONFIVE2)),)
-REQUIRES           = dev/kernel/riscv64/visionfive2/6.1.31-3.8.2-headers
+REQUIRES           = dev/kernel/riscv64/6.6.52-headers
 endif
-endif
 
 
 # ======= __END_OF_REQUIRES__ =======