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