Changeset 708

Show
Ignore:
Timestamp:
09/25/06 00:43:04 (2 years ago)
Author:
tg
Message:

my bad, I still had underscores in mind
re-order so we don't need to hardcode brcm et al.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/flash.sh

    r706 r708  
    5757 
    5858case $file in 
    59 *-asus-wl500g-brcm*.bin) 
     59*-asus-wl500g-deluxe-*.bin | *-asus-wl500g-premium-*.bin) 
     60        echo Flashing $ip using "$file"... 
     61        echo -en "rexmt 1\ntrace\nbinary\nput $file\nquit\n" | tftp $ip 
     62        echo Please wait 5-7 minutes and then remove the power. 
     63        echo This device does not reboot automatically after flashing. 
     64        ;; 
     65*-asus-wl500g-*.bin) 
    6066        echo Confirming IP address setting... 
    6167        echo -en "get ASUSSPACELINK\x01\x01\xa8\xc0 /dev/null\nquit\n" | tftp $ip 
     
    6369        echo -en "binary\nput $file ASUSSPACELINK\nquit\n" | tftp $ip 
    6470        echo Please wait until leds stops flashing. Device will automatically reboot. 
    65         ;; 
    66 *-asus-wl500g-deluxe-*.bin | *-asus-wl500g-premium-*.bin) 
    67         echo Flashing $ip using "$file"... 
    68         echo -en "rexmt 1\ntrace\nbinary\nput $file\nquit\n" | tftp $ip 
    69         echo Please wait 5-7 minutes and then remove the power. 
    70         echo This device does not reboot automatically after flashing. 
    7171        ;; 
    7272*-linksys-*.bin)