From a3dac432fc08d852a45f27aa37a16a5c1858008a Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 5 Feb 2025 11:00:32 +0100 Subject: [PATCH] imx6: move current to 6.12.y Tested with Udoo: https://paste.next.armbian.com/ojixapowaq --- config/sources/families/imx6.conf | 6 +++--- patch/kernel/archive/{imx6-6.10 => imx6-6.12}/.placeholder | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename patch/kernel/archive/{imx6-6.10 => imx6-6.12}/.placeholder (100%) diff --git a/config/sources/families/imx6.conf b/config/sources/families/imx6.conf index a13fabd23c..522663128c 100644 --- a/config/sources/families/imx6.conf +++ b/config/sources/families/imx6.conf @@ -18,17 +18,17 @@ case $BRANCH in legacy) - declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. + declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. ;; current) - declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. + declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel. ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel. + declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel. ;; esac diff --git a/patch/kernel/archive/imx6-6.10/.placeholder b/patch/kernel/archive/imx6-6.12/.placeholder similarity index 100% rename from patch/kernel/archive/imx6-6.10/.placeholder rename to patch/kernel/archive/imx6-6.12/.placeholder