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 145)
+++ Makefile	(revision 146)
@@ -16,6 +16,7 @@
 patches     += $(CURDIR)/patches/linux-6.1.26-host-limits.patch
 patches     += $(CURDIR)/patches/linux-6.1.26-sdhci-reset.patch
 patches     += $(CURDIR)/patches/linux-6.1.26-leez-p710-spi.patch
+patches     += $(CURDIR)/patches/linux-6.1.26-repka-pi3.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -54,6 +55,7 @@
 	 ( cd create-6.1.26-host-limits-patch   ; ./create.patch.sh ) ; \
 	 ( cd create-6.1.26-sdhci-reset-patch   ; ./create.patch.sh ) ; \
 	 ( cd create-6.1.26-leez-p710-spi-patch ; ./create.patch.sh ) ; \
+	 ( cd create-6.1.26-repka-pi3-patch     ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: