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