Index: Makefile
===================================================================
--- Makefile (revision 150)
+++ Makefile (revision 151)
@@ -7,16 +7,17 @@
url = $(DOWNLOAD_SERVER)/sources/Linux/v6.x
-versions = 6.1.26
+versions = 6.3.10
tarballs = $(addsuffix .tar.xz, $(addprefix linux-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/linux-6.1.26-dwmac-rk.patch
-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
+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
.NOTPARALLEL: $(patches)
@@ -51,11 +52,12 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-6.1.26-dwmac-rk-patch ; ./create.patch.sh ) ; \
- ( 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 ) ; \
+ ( 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 ) ; \
echo -e "\n"
download_clean: