From 4967fd506ffac0c5936eeb4c2a3458dfddba792e Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 12 Oct 2025 18:59:13 +0200 Subject: [PATCH] rockchip64_common: bump edge to 6.18 --- config/sources/families/include/rockchip64_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/include/rockchip64_common.inc b/config/sources/families/include/rockchip64_common.inc index 7abe372c01..30f4c58d3c 100644 --- a/config/sources/families/include/rockchip64_common.inc +++ b/config/sources/families/include/rockchip64_common.inc @@ -33,7 +33,7 @@ case $BRANCH in ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.17" + declare -g KERNEL_MAJOR_MINOR="6.18" declare -g LINUXFAMILY=rockchip64 declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;;