mirror of https://github.com/aredn/aredn.git
bugfix: correct improper "wrong firmware" message on Rocket (et al) devices (#240)
This commit is contained in:
parent
4c79a5c755
commit
a4ac376065
|
@ -136,6 +136,8 @@ if($hardwaretype eq "nanostation-m")
|
|||
} elsif($hwmodel =~ /CPE510/i) {
|
||||
$hardwaretypev= "510-520-v1" ; # CPE510 V1.0/v1.1/v2.0
|
||||
}
|
||||
} else {
|
||||
$hardwaretypev=$hardwaretype;
|
||||
}
|
||||
|
||||
# refresh fw
|
||||
|
|
Loading…
Reference in New Issue