mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
brcm47xx: fix WRT300N devices magics for sysupgrade check
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45317
This commit is contained in:
parent
44b128b0aa
commit
3fad95446a
@ -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;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user