Author: rmilecki
Date: 2015-04-09 07:22:10 +0200 (Thu, 09 Apr 2015)
New Revision: 45317

Modified:
   trunk/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
Log:
brcm47xx: fix WRT300N devices magics for sysupgrade check

Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]>

Modified: trunk/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
===================================================================
--- trunk/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh      
2015-04-09 05:22:04 UTC (rev 45316)
+++ trunk/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh      
2015-04-09 05:22:10 UTC (rev 45317)
@@ -45,7 +45,8 @@
                "Linksys WRT150N V1")   echo "cybertan N150"; return;;
                "Linksys WRT160N V1")   echo "cybertan N150"; return;;
                "Linksys WRT160N V3")   echo "cybertan N150"; return;;
-               "Linksys WRT300N V1.1") echo "cybertan EWCB"; return;;
+               "Linksys WRT300N V1")   echo "cybertan EWCB"; return;;
+               "Linksys WRT300N V1.1") echo "cybertan EWC2"; return;;
                "Linksys WRT310N V1")   echo "cybertan 310N"; return;;
                "Linksys WRT310N V2")   echo "cybertan 310N"; return;;
                "Linksys WRT610N V1")   echo "cybertan 610N"; return;;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to