Skip to content
Snippets Groups Projects
Commit 3f9b71d9 authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Tim Niemeyer
Browse files

buildscript: Fix typo


Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: default avatarFabian Bläse <fabian@blaese.de>
Reviewed-by: default avatarTim Niemeyer <tim@tn-x.org>
parent b817c381
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ cp_firmware() { ...@@ -287,7 +287,7 @@ cp_firmware() {
if [[ -f "$target/bin/targets/${chipset}/generic/$image_factory" ]]; then if [[ -f "$target/bin/targets/${chipset}/generic/$image_factory" ]]; then
filename_build_factory=${filename_build/sysupgrade/factory$region} filename_build_factory=${filename_build/sysupgrade/factory$region}
if [ ${#image_factory} -lt ${#filename_build_factory} ]; then 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 fi
cp "$target/bin/targets/${chipset}/generic/$image_factory" "./bin/$filename_build_factory" cp "$target/bin/targets/${chipset}/generic/$image_factory" "./bin/$filename_build_factory"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment