diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-16 12:11:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-16 12:11:58 +0000 |
commit | 9a4cf9140e635002b6a72ab3b864b9b74e828382 (patch) | |
tree | f79497e736ce761f9efb864f0550244174786b5e /scripts | |
parent | e6571b124131df46a0b99edc141e7be9196f6734 (diff) | |
download | upstream-9a4cf9140e635002b6a72ab3b864b9b74e828382.tar.gz upstream-9a4cf9140e635002b6a72ab3b864b9b74e828382.tar.bz2 upstream-9a4cf9140e635002b6a72ab3b864b9b74e828382.zip |
do not poweroff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/flash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flash.sh b/scripts/flash.sh index 49adfcce2a..e71108690b 100644 --- a/scripts/flash.sh +++ b/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 |