From d511679092f07fb9e09df180698ee7d6288cb36c Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 8 Mar 2022 09:39:34 +0100 Subject: [PATCH] Bugfix - wrong family declaration --- config/sources/families/rk35xx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/sources/families/rk35xx.conf b/config/sources/families/rk35xx.conf index 36601123a3..23bc2fa84a 100644 --- a/config/sources/families/rk35xx.conf +++ b/config/sources/families/rk35xx.conf @@ -19,10 +19,12 @@ case $BRANCH in ;; # temporary until kernel 5.16 is well supported for rockchip64 + # it has to be its own family too edge) KERNELBRANCH="branch:linux-5.16.y" KERNELPATCHDIR='rk35xx-'$BRANCH SKIP_BOOTSPLASH="yes" + LINUXFAMILY=rk35xx LINUXCONFIG='linux-rk35xx-'$BRANCH ;;