Changeset 708
- Timestamp:
- 09/25/06 00:43:04 (2 years ago)
- Files:
-
- trunk/freewrt/scripts/flash.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/flash.sh
r706 r708 57 57 58 58 case $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) 60 66 echo Confirming IP address setting... 61 67 echo -en "get ASUSSPACELINK\x01\x01\xa8\xc0 /dev/null\nquit\n" | tftp $ip … … 63 69 echo -en "binary\nput $file ASUSSPACELINK\nquit\n" | tftp $ip 64 70 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 $ip69 echo Please wait 5-7 minutes and then remove the power.70 echo This device does not reboot automatically after flashing.71 71 ;; 72 72 *-linksys-*.bin)


