1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

do not poweroff

SVN-Revision: 378
This commit is contained in:
Waldemar Brodkorb 2005-03-16 12:11:58 +00:00
parent 85b6b68eb8
commit 96d93d193b

View File

@ -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