From 5fabc7eb85865c9ea0a2e17c9e492bd6edc9fc6f Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 7 Apr 2025 11:41:46 -0300 Subject: [PATCH] rockchip64: bump edge to 6.15 --- 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 ff10d7007..406dbad49 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.14" + declare -g KERNEL_MAJOR_MINOR="6.15" declare -g LINUXFAMILY=rockchip64 declare -g LINUXCONFIG='linux-rockchip64-'$BRANCH ;;