Skip to content
Snippets Groups Projects
Commit 460b016e authored by John Crispin's avatar John Crispin
Browse files

lantiq: fix typo in script


Fix typo in firmware installer script.

Signed-off-by: default avatarCezary Jackiewicz <cezary.jackiewicz@gmail.com>

SVN-Revision: 44351
parent 983f9021
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ MD5_FW="4d812f2c3476dadd738b022c4767c491" ...@@ -9,7 +9,7 @@ MD5_FW="4d812f2c3476dadd738b022c4767c491"
MD5_TAPI="06b6ab3481b8d3eb7e8bf6131f7f6b7f" MD5_TAPI="06b6ab3481b8d3eb7e8bf6131f7f6b7f"
MD5_DSL="59dd9dc81195c6854433c691b163f757" MD5_DSL="59dd9dc81195c6854433c691b163f757"
[ -f /lib/firmware/vdsl.bin] && exit 0 [ -f /lib/firmware/vdsl.bin ] && exit 0
[ -z "$1" ] || URL=$1 [ -z "$1" ] || URL=$1
......
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