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:
parent
0b3ed34f46
commit
89fb07643f
1 changed files with 5 additions and 5 deletions
10
build.sh
10
build.sh
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue