aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-09 12:14:22 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-09 12:14:22 +0000
commit503a8876105c1203be2468ce0e2cda78064f6617 (patch)
tree55cb5c975f141cb9d39c9b8dca73abf46e8361b5 /package/kernel/lantiq
parent53da6fdef2780c7247e96aec2f6deaee131ee4a9 (diff)
downloadmaster-187ad058-503a8876105c1203be2468ce0e2cda78064f6617.tar.gz
master-187ad058-503a8876105c1203be2468ce0e2cda78064f6617.tar.bz2
master-187ad058-503a8876105c1203be2468ce0e2cda78064f6617.zip
lantiq: fix typo in script
Fix typo in firmware installer script. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq')
-rwxr-xr-xpackage/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh b/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh
index 858e8f1aed..834950543b 100755
--- a/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh
+++ b/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh
@@ -9,7 +9,7 @@ MD5_FW="4d812f2c3476dadd738b022c4767c491"
MD5_TAPI="06b6ab3481b8d3eb7e8bf6131f7f6b7f"
MD5_DSL="59dd9dc81195c6854433c691b163f757"
-[ -f /lib/firmware/vdsl.bin] && exit 0
+[ -f /lib/firmware/vdsl.bin ] && exit 0
[ -z "$1" ] || URL=$1