summaryrefslogtreecommitdiffstats
path: root/openwrt/scripts
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-16 12:11:58 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-16 12:11:58 +0000
commitcfb6561e9bd4c5db6a6323525f0b5383e0649c5f (patch)
treed64b39c939465af19a8c996fd673dabc6046b5ab /openwrt/scripts
parent8bac8d5d8a315ece663d2131b965f7d140f0dfa7 (diff)
do not poweroff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/scripts')
-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 49adfcce2..e71108690 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