Skip to content

Commit 1f58276

Browse files
committed
Allwinner: set legacy 6.1.y to last known build tag
1 parent 952e680 commit 1f58276

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/sources/families/include/sunxi64_common.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ case $BRANCH in
2525

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

3031
current)

config/sources/families/include/sunxi_common.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ case $BRANCH in
2626

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

3132
current)

0 commit comments

Comments
 (0)