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:
parent
15c27bd27a
commit
8c55666ebf
2 changed files with 9 additions and 43 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 "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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue