Loco aus bullet genommen, da es dafür jetzt 'eigene' firmware gibt
This commit is contained in:
parent
39d45818f0
commit
7c3ef2775d
|
@ -146,7 +146,7 @@ function ff_hh_beautify_hw_name( $hw, $discard_vendor = '' ) {
|
||||||
$hw = str_replace( ' TL ', ' TL-', $hw );
|
$hw = str_replace( ' TL ', ' TL-', $hw );
|
||||||
} elseif ( ! strncmp( $hw, 'ubiquiti', 8 ) ) {
|
} elseif ( ! strncmp( $hw, 'ubiquiti', 8 ) ) {
|
||||||
if ( $discard_vendor ) $hw = str_replace( $discard_vendor, '', $hw );
|
if ( $discard_vendor ) $hw = str_replace( $discard_vendor, '', $hw );
|
||||||
$hw = str_replace( 'bullet-m', 'bullet-m / nanostation-loco-m', $hw );
|
$hw = str_replace( 'bullet-m', 'bullet-m', $hw );
|
||||||
$hw = str_replace( '-m', ' M2', $hw );
|
$hw = str_replace( '-m', ' M2', $hw );
|
||||||
$hw = str_replace( '-', ' ', $hw );
|
$hw = str_replace( '-', ' ', $hw );
|
||||||
$hw = ucwords( $hw );
|
$hw = ucwords( $hw );
|
||||||
|
|
Loading…
Reference in a new issue