From bc82a8e0fd4e3e95f9ca496e902090ef272bc478 Mon Sep 17 00:00:00 2001 From: marcone <48169102+marcone@users.noreply.github.com> Date: Sun, 4 Dec 2022 14:06:03 -0800 Subject: [PATCH] Don't use "edge" patches for "current" meson64 (Radxa Zero and possibly others) config was using meson64-edge for both kernel 5.19 and kernel 6.0 based builds. --- config/sources/families/include/meson64_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/include/meson64_common.inc b/config/sources/families/include/meson64_common.inc index 770055bb0e..cff4cf1480 100644 --- a/config/sources/families/include/meson64_common.inc +++ b/config/sources/families/include/meson64_common.inc @@ -25,7 +25,7 @@ case $BRANCH in current) KERNELBRANCH='branch:linux-5.19.y' - KERNELPATCHDIR='meson64-edge' + KERNELPATCHDIR='meson64-current' ;; edge)