mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Remove HNAT patch
This commit is contained in:
parent
9e3569f70d
commit
02bb895673
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -220,6 +220,9 @@ if ! patch -Rf -N -p1 -s --dry-run < ../../patches/download-ipv4.patch; then
|
||||||
fi
|
fi
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
if [ -f target/linux/mediatek/patches-5.4/0999-hnat.patch ]; then
|
||||||
|
rm -f target/linux/mediatek/patches-5.4/0999-hnat.patch
|
||||||
|
fi
|
||||||
|
|
||||||
#echo "Patch protobuf wrong hash"
|
#echo "Patch protobuf wrong hash"
|
||||||
#patch -N -R -p1 -s < ../../patches/protobuf_hash.patch
|
#patch -N -R -p1 -s < ../../patches/protobuf_hash.patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue