1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +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
echo "Done"
echo "Reverse gtime patch"
if ! patch -Nf -p1 -s --dry-run < ../../patches/gtime.patch; then
patch -N -R -p1 -s < ../../patches/gtime.patch
fi
echo "Done"
#echo "Reverse gtime patch"
#if ! patch -Nf -p1 -s --dry-run < ../../patches/gtime.patch; then
# patch -N -R -p1 -s < ../../patches/gtime.patch
#fi
#echo "Done"
#echo "Set to kernel 4.9 for all arch"