From 96d93d193b3ba6ef70d7468e26e12f0cb58dd77e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 16 Mar 2005 12:11:58 +0000 Subject: [PATCH] do not poweroff SVN-Revision: 378 --- openwrt/scripts/flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/scripts/flash.sh b/openwrt/scripts/flash.sh index 49adfcce2a..e71108690b 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