summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-16 12:11:58 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-16 12:11:58 +0000
commit96d93d193b3ba6ef70d7468e26e12f0cb58dd77e (patch)
treed64b39c939465af19a8c996fd673dabc6046b5ab /openwrt
parent85b6b68eb8be84ed8554875a0e17ea574303c5da (diff)
downloadmtk-20170518-96d93d193b3ba6ef70d7468e26e12f0cb58dd77e.zip
mtk-20170518-96d93d193b3ba6ef70d7468e26e12f0cb58dd77e.tar.gz
mtk-20170518-96d93d193b3ba6ef70d7468e26e12f0cb58dd77e.tar.bz2
do not poweroff
SVN-Revision: 378
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/scripts/flash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/scripts/flash.sh b/openwrt/scripts/flash.sh
index 49adfcc..e711086 100644
--- a/openwrt/scripts/flash.sh
+++ b/openwrt/scripts/flash.sh
@@ -48,5 +48,5 @@ echo Please wait until leds stops flashing.
elif [ "$2" == "linksys" ]; then
echo Flashing 192.168.1.1 using $1...
echo -en "rexmt 1\ntrace\nbinary\nput $1\nquit\n" | tftp 192.168.1.1
-echo Please wait until power led stops flashing. Then you can login via telnet 192.168.1.1
+echo Please wait until power led stops flashing. Do not poweroff! Then you can login via telnet 192.168.1.1.
fi