From 91ea87dacb01291d85ee66642fc65bed875256f2 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 29 Dec 2025 11:53:51 +0100 Subject: [PATCH] meson64_common: bump `current` 6.12 -> 6.18 --- config/sources/families/include/meson64_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/include/meson64_common.inc b/config/sources/families/include/meson64_common.inc index ba8f482ade..9d737f4d27 100644 --- a/config/sources/families/include/meson64_common.inc +++ b/config/sources/families/include/meson64_common.inc @@ -36,7 +36,7 @@ GOVERNOR=${GOVERNOR:-ondemand} case $BRANCH in current) - declare -g KERNEL_MAJOR_MINOR="6.12" + declare -g KERNEL_MAJOR_MINOR="6.18" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.19"