Skip to content

Commit

Permalink
Revert "imx6: move current to 6.12.y"
Browse files Browse the repository at this point in the history
This reverts commit a3dac43.

USB patch for 6.12.y needs rework - its a bit more work as code has been moved around kernel tree. TBD after 25.2 release.
  • Loading branch information
igorpecovnik committed Feb 12, 2025
1 parent 5115cdf commit 92e1c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/sources/families/imx6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ case $BRANCH in

legacy)

declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
;;

current)

declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
;;

edge)

declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel.
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
;;

esac
Expand Down
File renamed without changes.

0 comments on commit 92e1c73

Please sign in to comment.