BigTreeTech: Use different family for edge kernel to avoid artifact conflict

This commit is contained in:
Gunjan Gupta 2023-07-25 17:00:18 +05:30
parent eab306b279
commit 896178c58f

View File

@ -43,6 +43,7 @@ case $BRANCH in
# Stick to 6.2.16 kernel for edge until ws2812 driver is fixed
if [[ "$BRANCH" == "edge" ]]; then
LINUXFAMILY=sun50iw9-btt
KERNEL_MAJOR_MINOR="6.2"
KERNELBRANCH="tag:v6.2.16"
KERNELPATCHDIR="archive/sunxi-${KERNEL_MAJOR_MINOR}"