6.7: Define rev 2 for prjc

Fixes https://github.com/Frogging-Family/linux-tkg/issues/875
This commit is contained in:
Tk-Glitch 2024-01-21 14:18:33 +01:00
parent 90fa1dccac
commit d32e8bdb05

View File

@ -783,6 +783,8 @@ _tkg_srcprep() {
rev=2
elif [ "$_kver" = "603" ]; then
rev=1
elif [ "$_kver" = "607" ]; then
rev=2
else
rev=0
fi