Index: Makefile
===================================================================
--- Makefile (revision 145)
+++ Makefile (revision 146)
@@ -16,6 +16,7 @@
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
.NOTPARALLEL: $(patches)
@@ -54,6 +55,7 @@
( 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 ) ; \
echo -e "\n"
download_clean: