From a2198d8a8ca6b57388cda347814f220c80d79685 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 8 Jan 2024 12:29:11 +0100 Subject: [PATCH] Keep rockchip64 family for current and edge as default (#6140) * RK35xx is seeking for rk35xx config Due to a bit too agressive cleaning. Re-add defs * Keep rockchip64 family for current and edge as default --- config/sources/families/include/rockchip64_common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/sources/families/include/rockchip64_common.inc b/config/sources/families/include/rockchip64_common.inc index fc58a6d4fe..a14fd5f1cc 100644 --- a/config/sources/families/include/rockchip64_common.inc +++ b/config/sources/families/include/rockchip64_common.inc @@ -27,11 +27,13 @@ case $BRANCH in current) declare -g KERNEL_MAJOR_MINOR="6.1" + declare -g LINUXFAMILY=rockchip64 declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;; edge) declare -g KERNEL_MAJOR_MINOR="6.6" + declare -g LINUXFAMILY=rockchip64 declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;; esac