From 254aa838da35219ce4255e237c4465a7bce59768 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 28 Mar 2020 10:44:50 +0100 Subject: [PATCH] Fix message for mvebu patch --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7082f7bf..c14947eb 100755 --- a/build.sh +++ b/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