mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 20:31:54 +00:00
Fix message for mvebu patch
This commit is contained in:
parent
64b7a85cbb
commit
254aa838da
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -184,7 +184,7 @@ if ! patch -Rf -N -p1 -s --dry-run < ../../patches/ipt-nat6.patch; then
|
|||
fi
|
||||
echo "Done"
|
||||
|
||||
echo "Checking if ipt-nat patch is set or not"
|
||||
echo "Checking if mvebu patch is set or not"
|
||||
if [ ! -d target/linux/mvebu/patches-5.4 ]; then
|
||||
patch -N -p1 -s < ../../patches/mvebu-5.14.patch
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue