From: Felix Fietkau Date: Wed, 28 Dec 2005 12:13:13 +0000 (+0000) Subject: fix wrt54gs v4 firmware upgrade (#161) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=ca418821a0014d423c1a2aee2e083cbc7ee260d0 fix wrt54gs v4 firmware upgrade (#161) SVN-Revision: 2790 --- diff --git a/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh b/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh index 50b85af01c..32b75e243b 100755 --- a/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh +++ b/openwrt/package/webif/files/www/cgi-bin/webif/upgrade.sh @@ -21,7 +21,7 @@ empty "$FORM_submit" || empty "$FORM_firmware" || { mv $FORM_firmware /tmp/upgrade.bin UPGRADE=1 ;; - 57353447|57353453) # WRT54G(S) + 57353447|57353453|57353473) # WRT54G(S) echo "Firmware is in Cybertan BIN format, converting... " strip_cybertan echo "done
"