Skip to content

Commit

Permalink
6.8: Update Project C to v6.8-r5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Apr 19, 2024
1 parent d9efb6e commit 4d2d24e
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 132 deletions.
2 changes: 1 addition & 1 deletion linux-tkg-config/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ _tkg_srcprep() {
# prjc/bmq patch rev
if [ "$_kver" = "508" ] || [ "$_kver" = "507" ] || [ "$_kver" = "509" ] || [ "$_kver" = "511" ] || [ "$_kver" = "513" ] || [ "$_kver" = "514" ]; then
rev=3
elif [ "$_kver" = "510" ]; then
elif [ "$_kver" = "510" ] || [ "$_kver" = "608" ]; then
rev=5
elif [ "$_kver" = "512" ] || [ "$_kver" = "515" ] || [ "$_kver" = "516" ] || [ "$_kver" = "601" ] || [ "$_kver" = "603" ] || [ "$_kver" = "608" ]; then
rev=1
Expand Down
Loading

0 comments on commit 4d2d24e

Please sign in to comment.