aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/base-files/lib
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm47xx/base-files/lib')
-rw-r--r--target/linux/brcm47xx/base-files/lib/upgrade/platform.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
index b9110a7589..a4918c3513 100644
--- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh
@@ -45,7 +45,8 @@ platform_expected_image() {
"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;;