buildscript: Fix typo

Submitted by Adrian Schmutzler on Oct. 23, 2017, 12:14 p.m.

Details

Message ID 1508760854-5656-1-git-send-email-freifunk@adrianschmutzler.de
State Accepted
Headers show

Commit Message

Adrian Schmutzler Oct. 23, 2017, 12:14 p.m.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 buildscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch hide | download patch | download mbox

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

Comments

Fabian Blaese Oct. 23, 2017, 1:45 p.m.
Reviewed-by: <fabian@blaese.de>

On 23 October 2017 14:14:14 GMT+02:00, Adrian Schmutzler <freifunk@adrianschmutzler.de> wrote:
>Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
>---
> 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
>-- 
>2.7.4
>
>-- 
>franken-dev mailing list
>franken-dev@freifunk.net
>http://lists.freifunk.net/mailman/listinfo/franken-dev-freifunk.net
Tim Niemeyer Oct. 25, 2017, 12:47 p.m.
Hi

Reviewed und applied.

Tim

Am Montag, den 23.10.2017, 15:45 +0200 schrieb Fabian Bläse:
> Reviewed-by: <fabian@blaese.de>
> 
> On 23 October 2017 14:14:14 GMT+02:00, Adrian Schmutzler
> <freifunk@adrianschmutzler.de> wrote:
>         Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
>         ---
>          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
> -- 
> franken-dev mailing list
> franken-dev@freifunk.net
> http://lists.freifunk.net/mailman/listinfo/franken-dev-freifunk.net