summaryrefslogtreecommitdiff
path: root/openwrt/scripts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-24 00:17:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-24 00:17:51 +0000
commit01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee (patch)
treed64745948e1a696009e93c99f760c41b4fcd1c68 /openwrt/scripts
parentad0a9a15a9abbc97389181962e73a62aa5e323fa (diff)
downloadmtk-20170518-01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee.zip
mtk-20170518-01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee.tar.gz
mtk-20170518-01ebc85a7f84aadb5740ab40df3cc0dc140ee9ee.tar.bz2
fix reboot command for dlink flash script
SVN-Revision: 1742
Diffstat (limited to 'openwrt/scripts')
-rwxr-xr-xopenwrt/scripts/dlink.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/dlink.pl b/openwrt/scripts/dlink.pl
index 3030ed9..ace6476 100755
--- a/openwrt/scripts/dlink.pl
+++ b/openwrt/scripts/dlink.pl
@@ -164,4 +164,4 @@ while (($fssize > 0) and ($rbytes > 0)) {
}
$dc->close();
-$ftp->command("reboot");
+$ftp->reboot();