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 163)
+++ Makefile	(revision 164)
@@ -7,17 +7,16 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/Linux/v6.x
 
-versions    = 6.4.11
+versions    = 6.1.53
 
 tarballs    = $(addsuffix .tar.xz, $(addprefix linux-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches      = $(CURDIR)/patches/linux-6.4.11-dwmac-rk.patch
-patches     += $(CURDIR)/patches/linux-6.4.11-host-limits.patch
-patches     += $(CURDIR)/patches/linux-6.4.11-sdhci-reset.patch
-patches     += $(CURDIR)/patches/linux-6.4.11-leez-p710-spi.patch
-patches     += $(CURDIR)/patches/linux-6.4.11-orange-pi5.patch
-patches     += $(CURDIR)/patches/linux-6.4.11-repka-pi3.patch
+patches      = $(CURDIR)/patches/linux-6.1.53-dwmac-rk.patch
+patches     += $(CURDIR)/patches/linux-6.1.53-host-limits.patch
+patches     += $(CURDIR)/patches/linux-6.1.53-sdhci-reset.patch
+patches     += $(CURDIR)/patches/linux-6.1.53-leez-p710-spi.patch
+patches     += $(CURDIR)/patches/linux-6.1.53-repka-pi3.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -52,12 +51,11 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-6.4.11-dwmac-rk-patch      ; ./create.patch.sh ) ; \
-	 ( cd create-6.4.11-host-limits-patch   ; ./create.patch.sh ) ; \
-	 ( cd create-6.4.11-sdhci-reset-patch   ; ./create.patch.sh ) ; \
-	 ( cd create-6.4.11-leez-p710-spi-patch ; ./create.patch.sh ) ; \
-	 ( cd create-6.4.11-orange-pi5-patch    ; ./create.patch.sh ) ; \
-	 ( cd create-6.4.11-repka-pi3-patch     ; ./create.patch.sh ) ; \
+	 ( cd create-6.1.53-dwmac-rk-patch      ; ./create.patch.sh ) ; \
+	 ( cd create-6.1.53-host-limits-patch   ; ./create.patch.sh ) ; \
+	 ( cd create-6.1.53-sdhci-reset-patch   ; ./create.patch.sh ) ; \
+	 ( cd create-6.1.53-leez-p710-spi-patch ; ./create.patch.sh ) ; \
+	 ( cd create-6.1.53-repka-pi3-patch     ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: