From 3f9b71d90159980663cf83032b81b8de7f30c87a Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 23 Oct 2017 14:14:14 +0200 Subject: [PATCH] buildscript: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse Reviewed-by: Tim Niemeyer --- buildscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript b/buildscript index 434b5d3..5f829d6 100755 --- a/buildscript +++ b/buildscript @@ -287,7 +287,7 @@ cp_firmware() { if [[ -f "$target/bin/targets/${chipset}/generic/$image_factory" ]]; then filename_build_factory=${filename_build/sysupgrade/factory$region} if [ ${#image_factory} -lt ${#filename_build_factory} ]; then - echo "Warning: The factory image file name (${filename_build_factory}) is longer than the OpenWrt one, which might be incompatibility with the stock firmware." + echo "Warning: The factory image file name (${filename_build_factory}) is longer than the OpenWrt one, which might lead to incompatibility with the stock firmware." fi cp "$target/bin/targets/${chipset}/generic/$image_factory" "./bin/$filename_build_factory" fi