mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user