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:
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
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue