aboutsummaryrefslogtreecommitdiffstats
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
commitd15c84e40df1ecd05d0c992be4884144bf8848a3 (patch)
treed64745948e1a696009e93c99f760c41b4fcd1c68
parente0efcc3eb204b49f41b5fedd593f460dd878604c (diff)
downloadupstream-d15c84e40df1ecd05d0c992be4884144bf8848a3.tar.gz
upstream-d15c84e40df1ecd05d0c992be4884144bf8848a3.tar.bz2
upstream-d15c84e40df1ecd05d0c992be4884144bf8848a3.zip
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 3030ed9a0aa..ace6476e925 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();