Skip to content

Commit

Permalink
Update funcs.sh aufs versions for 6.6 6.10 6.11 (#4324)
Browse files Browse the repository at this point in the history
  • Loading branch information
peabee authored Oct 13, 2024
1 parent 43fdad4 commit 703af62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kernel-kit/funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,16 @@ function git_aufs_branch() {
5.17) aufsv=5.17
vercmp ${kernel_version} ge 5.17.3 && aufsv='5.17.3'
;;
#### k6.x #####
6.6) aufsv=6.6
vercmp ${kernel_version} ge 6.6.4 && aufsv='6.6.4'
vercmp ${kernel_version} ge 6.6.54 && aufsv='6.6.54'
;;
6.10) aufsv=6.10
vercmp ${kernel_version} ge 6.10.13 && aufsv='6.10.13'
;;
6.11) aufsv=6.11
vercmp ${kernel_version} ge 6.11.2 && aufsv='6.11.2'
;;
*) aufsv=${kernel_major_version} ;;
esac
Expand Down

0 comments on commit 703af62

Please sign in to comment.