summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-24 00:17:51 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-24 00:17:51 +0000
commit77bee37c0acefcceab391658377a27511f6882ca (patch)
treed64745948e1a696009e93c99f760c41b4fcd1c68
parent26181dc2ea629cc9d26d0c8f83ece0490533baac (diff)
fix reboot command for dlink flash script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1742 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 3030ed9a0..ace6476e9 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();