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:
parent
d893360377
commit
bc82a8e0fd
@ -25,7 +25,7 @@ case $BRANCH in
|
||||
|
||||
current)
|
||||
KERNELBRANCH='branch:linux-5.19.y'
|
||||
KERNELPATCHDIR='meson64-edge'
|
||||
KERNELPATCHDIR='meson64-current'
|
||||
;;
|
||||
|
||||
edge)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user