1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Remove gtime dependency

This commit is contained in:
Ycarus 2018-06-29 15:46:10 +02:00
parent 15c27bd27a
commit 8c55666ebf
2 changed files with 9 additions and 43 deletions

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 "Remove gtime dependency"
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/gtime.patch; then
patch -N -p1 -s < ../../patches/gtime.patch
fi
echo "Done"
#echo "Set to kernel 4.9 for all arch"