Loco aus bullet genommen, da es dafür jetzt 'eigene' firmware gibt

This commit is contained in:
root 2015-11-06 23:30:13 +01:00
parent 39d45818f0
commit 7c3ef2775d

View file

@ -146,7 +146,7 @@ function ff_hh_beautify_hw_name( $hw, $discard_vendor = '' ) {
$hw = str_replace( ' TL ', ' TL-', $hw );
} elseif ( ! strncmp( $hw, 'ubiquiti', 8 ) ) {
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( '-', ' ', $hw );
$hw = ucwords( $hw );