Skip to content

Commit

Permalink
Update funcs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
peabee authored Feb 12, 2024
1 parent 6f583c1 commit f0755e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel-kit/funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ function git_aufs_branch() {
5.17) aufsv=5.17
vercmp ${kernel_version} ge 5.17.3 && aufsv='5.17.3'
;;
6.6) aufsv=6.6
vercmp ${kernel_version} ge 6.6.4 && aufsv='6.6.4'
;;
*) aufsv=${kernel_major_version} ;;
esac
}
Expand Down

0 comments on commit f0755e6

Please sign in to comment.