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 384)
+++ Makefile	(revision 385)
@@ -7,15 +7,16 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/Linux/v6.x
 
-versions    = 6.0.7
+versions    = 6.1.53
 
 tarballs    = $(addsuffix .tar.xz, $(addprefix linux-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches      = $(CURDIR)/patches/linux-6.0.7-dwmac-rk3399.patch
-patches     += $(CURDIR)/patches/linux-6.0.7-host-limits.patch
-patches     += $(CURDIR)/patches/linux-6.0.7-sdhci-reset.patch
-patches     += $(CURDIR)/patches/linux-6.0.7-leez-p710-spi.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)
 
@@ -50,10 +51,11 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-6.0.7-dwmac-rk3399-patch  ; ./create.patch.sh ) ; \
-	 ( cd create-6.0.7-host-limits-patch   ; ./create.patch.sh ) ; \
-	 ( cd create-6.0.7-sdhci-reset-patch   ; ./create.patch.sh ) ; \
-	 ( cd create-6.0.7-leez-p710-spi-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: