diff --git a/config/sources/families/include/rockchip64_common.inc b/config/sources/families/include/rockchip64_common.inc index cf552c3d24..fc58a6d4fe 100644 --- a/config/sources/families/include/rockchip64_common.inc +++ b/config/sources/families/include/rockchip64_common.inc @@ -27,10 +27,12 @@ case $BRANCH in current) declare -g KERNEL_MAJOR_MINOR="6.1" + declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;; edge) declare -g KERNEL_MAJOR_MINOR="6.6" + declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;; esac