<html><head></head><body>Reviewed-by: <fabian@blaese.de><br><br><div class="gmail_quote">On 23 October 2017 14:14:14 GMT+02:00, Adrian Schmutzler <freifunk@adrianschmutzler.de> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de><br />---<br /> buildscript | 2 +-<br /> 1 file changed, 1 insertion(+), 1 deletion(-)<br /><br />diff --git a/buildscript b/buildscript<br />index 434b5d3..5f829d6 100755<br />--- a/buildscript<br />+++ b/buildscript<br />@@ -287,7 +287,7 @@ cp_firmware() {<br />             if [[ -f "$target/bin/targets/${chipset}/generic/$image_factory" ]]; then<br />               filename_build_factory=${filename_build/sysupgrade/factory$region}<br />               if [ ${#image_factory} -lt ${#filename_build_factory} ]; then<br />-                echo "Warning: The factory image file name (${filename_build_factory}) is longer than the OpenWrt one, which might be incompatibility with the stock firmware."<br />+                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."<br />               fi<br />               cp "$target/bin/targets/${chipset}/generic/$image_factory" "./bin/$filename_build_factory"<br />             fi</pre></blockquote></div></body></html>