From 896178c58fdc401e0585b4db6d110a48c8ff1032 Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Tue, 25 Jul 2023 17:00:18 +0530 Subject: [PATCH] BigTreeTech: Use different family for edge kernel to avoid artifact conflict --- config/sources/families/sun50iw9-btt.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sources/families/sun50iw9-btt.conf b/config/sources/families/sun50iw9-btt.conf index 3300aacdd1..29890e7aa9 100644 --- a/config/sources/families/sun50iw9-btt.conf +++ b/config/sources/families/sun50iw9-btt.conf @@ -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}"