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,12 +7,12 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/Linux/Baikal/M1000
 
-versions    = m1-5.4.211-5.7.226
+versions    = m1-6.1.63-6.4.92
 
 tarballs    = $(addsuffix .tar.xz, $(addprefix linux-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/linux-m1-5.4.211-5.7.226-host-limits.patch
+patches     = $(CURDIR)/patches/linux-m1-6.1.63-6.4.92-host-limits.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -47,7 +47,7 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-5.4.211-5.7.226-host-limits-patch ; ./create.patch.sh ) ; \
+	 ( cd create-6.1.63-6.4.92-host-limits-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: