1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-03-28 10:44:50 +01:00
parent 64b7a85cbb
commit 254aa838da

View file

@ -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