Skip to content

Commit

Permalink
sunxi/sunxi64/meson: remove tag defined in KERNELBRANCH for 6.1/6.6 m…
Browse files Browse the repository at this point in the history
…ainline kernel
  • Loading branch information
amazingfate committed Jan 17, 2025
1 parent f4457a3 commit 79eb678
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/sources/families/include/meson_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ case $BRANCH in

current)
declare -g KERNEL_MAJOR_MINOR="6.6"
declare -g KERNELBRANCH='tag:v6.6.43' # last known good tag on current patchset
;;

edge)
Expand Down
2 changes: 0 additions & 2 deletions config/sources/families/include/sunxi64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ case $BRANCH in

legacy)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.104"
;;

current)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6.70"
;;

edge)
Expand Down
2 changes: 0 additions & 2 deletions config/sources/families/include/sunxi_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ case $BRANCH in

legacy)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.104"
;;

current)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6.70"
;;

edge)
Expand Down

0 comments on commit 79eb678

Please sign in to comment.