mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
brcm47xx: fix WRT300N devices magics for sysupgrade check
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45317 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user