mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +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
|
fi
|
||||||
echo "Done"
|
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
|
if [ ! -d target/linux/mvebu/patches-5.4 ]; then
|
||||||
patch -N -p1 -s < ../../patches/mvebu-5.14.patch
|
patch -N -p1 -s < ../../patches/mvebu-5.14.patch
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue