Skip to content

Commit

Permalink
Allwinner: set legacy 6.1.y to last known build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jul 5, 2024
1 parent 952e680 commit 1f58276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/sources/families/include/sunxi64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ case $BRANCH in

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

current)
Expand Down
1 change: 1 addition & 0 deletions config/sources/families/include/sunxi_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ case $BRANCH in

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

current)
Expand Down

0 comments on commit 1f58276

Please sign in to comment.