bugfix: correct improper "wrong firmware" message on Rocket (et al) devices (#240)

This commit is contained in:
dman776 2018-10-24 19:57:21 -05:00 committed by GitHub
parent 4c79a5c755
commit a4ac376065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ if($hardwaretype eq "nanostation-m")
} elsif($hwmodel =~ /CPE510/i) { } elsif($hwmodel =~ /CPE510/i) {
$hardwaretypev= "510-520-v1" ; # CPE510 V1.0/v1.1/v2.0 $hardwaretypev= "510-520-v1" ; # CPE510 V1.0/v1.1/v2.0
} }
} else {
$hardwaretypev=$hardwaretype;
} }
# refresh fw # refresh fw