Changeset bbad5c8 in freewrt


Ignore:
Timestamp:
Nov 14, 2006, 7:07:16 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
7a23d2e
Parents:
d490f63
Message:

corrected accidentally overwriting flash.sh at last commit

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1139 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/flash.sh

    rd490f63 rbbad5c8  
    22# $Id$
    33#
    4 # atftp flash script for wireless routers
     4# tftp flash script for wireless routers
    55#
    66# Copyright (c) 2006 by Thorsten Glaser <tg@mirbsd.de>
     
    5959*-asus-wl500g-deluxe-*.bin | *-asus-wl500g-premium-*.bin)
    6060        echo Flashing $ip using "$file"...
    61         echo -en "rexmt 1\ntrace\nbinary\nput $file\nquit\n" | atftp $ip
     61        echo -en "rexmt 1\ntrace\nbinary\nput $file\nquit\n" | tftp $ip
    6262        echo Please wait 3 minutes and then remove the power.
    6363        echo This device does not reboot automatically after flashing.
     
    6565*-asus-wl500g-*.bin)
    6666        echo Confirming IP address setting...
    67         echo -en "get ASUSSPACELINK\x01\x01\xa8\xc0 /dev/null\nquit\n" | atftp $ip
     67        echo -en "get ASUSSPACELINK\x01\x01\xa8\xc0 /dev/null\nquit\n" | tftp $ip
    6868        echo Flashing $ip using "$file"...
    69         echo -en "binary\nput $file ASUSSPACELINK\nquit\n" | atftp $ip
     69        echo -en "binary\nput $file ASUSSPACELINK\nquit\n" | tftp $ip
    7070        echo Please wait until leds stops flashing. Device will automatically reboot.
    7171        ;;
    7272*-linksys-*.bin)
    7373        echo Flashing $ip using "$file"...
    74         echo -en "rexmt 1\ntrace\nbinary\nput $file\nquit\n" | atftp $ip
     74        echo -en "rexmt 1\ntrace\nbinary\nput $file\nquit\n" | tftp $ip
    7575        echo Unit will automatically reboot within 3-5 minutes.  Do not power off.
    7676        ;;
Note: See TracChangeset for help on using the changeset viewer.