Bugfix - wrong family declaration

This commit is contained in:
Igor Pecovnik 2022-03-08 09:39:34 +01:00
parent 34d4be6b7b
commit d511679092
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -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
;;