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.
This commit is contained in:
marcone
2022-12-04 14:06:03 -08:00
parent d893360377
commit bc82a8e0fd

View File

@@ -25,7 +25,7 @@ case $BRANCH in
current) current)
KERNELBRANCH='branch:linux-5.19.y' KERNELBRANCH='branch:linux-5.19.y'
KERNELPATCHDIR='meson64-edge' KERNELPATCHDIR='meson64-current'
;; ;;
edge) edge)