From 3fad95446a6614720577738d3cf0ab3fb3f47e5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 9 Apr 2015 05:22:10 +0000 Subject: [PATCH] brcm47xx: fix WRT300N devices magics for sysupgrade check MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 45317 --- target/linux/brcm47xx/base-files/lib/upgrade/platform.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;; -- 2.30.2