From: wbx Date: Wed, 16 Mar 2005 12:11:58 +0000 (+0000) Subject: do not poweroff X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=c7df5a6a2cd4103e0c52018ba81c0fd0ee60f74d do not poweroff git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@378 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/flash.sh b/scripts/flash.sh index 49adfcce2..e71108690 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