summaryrefslogtreecommitdiffstats
path: root/scripts
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
commitd6b2174f6ae6598eb5b9e2ef4bdf138b02f8ac9c (patch)
treea4e6aa7cbad21cc033adcae5c3ff8766cb6d18d9 /scripts
parent55e5f23b01d4991830cd4596684c014da04d1343 (diff)
fix reboot command for dlink flash script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dlink.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dlink.pl b/scripts/dlink.pl
index 3030ed9a0..ace6476e9 100755
--- a/scripts/dlink.pl
+++ b/scripts/dlink.pl
@@ -164,4 +164,4 @@ while (($fssize > 0) and ($rbytes > 0)) {
}
$dc->close();
-$ftp->command("reboot");
+$ftp->reboot();