1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00

Disable reversing gtime patch

This commit is contained in:
Ycarus 2018-06-22 12:42:52 +02:00
parent 0b3ed34f46
commit 89fb07643f

View file

@ -129,11 +129,11 @@ else
fi fi
echo "Done" echo "Done"
echo "Reverse gtime patch" #echo "Reverse gtime patch"
if ! patch -Nf -p1 -s --dry-run < ../../patches/gtime.patch; then #if ! patch -Nf -p1 -s --dry-run < ../../patches/gtime.patch; then
patch -N -R -p1 -s < ../../patches/gtime.patch # patch -N -R -p1 -s < ../../patches/gtime.patch
fi #fi
echo "Done" #echo "Done"
#echo "Set to kernel 4.9 for all arch" #echo "Set to kernel 4.9 for all arch"