From bacd8dff883995c73fa539b0eccf2576c6fc94e4 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 29 Dec 2025 22:50:39 +0100 Subject: [PATCH] rockchip64_common: bump `edge` 6.18 -> 6.19, `current` 6.12 -> 6.18 --- config/sources/families/include/rockchip64_common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sources/families/include/rockchip64_common.inc b/config/sources/families/include/rockchip64_common.inc index 108e071498..bee2529def 100644 --- a/config/sources/families/include/rockchip64_common.inc +++ b/config/sources/families/include/rockchip64_common.inc @@ -27,13 +27,13 @@ RKBIN_DIR="$SRC/cache/sources/rkbin-tools" case $BRANCH in current) - declare -g KERNEL_MAJOR_MINOR="6.12" + declare -g KERNEL_MAJOR_MINOR="6.18" declare -g LINUXFAMILY=rockchip64 declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.18" + declare -g KERNEL_MAJOR_MINOR="6.19" declare -g LINUXFAMILY=rockchip64 declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;;