Added additional Calix support

This commit is contained in:
laf
2016-05-02 18:00:34 +00:00
parent 750197de2c
commit 41a577167e

View File

@@ -3,4 +3,7 @@ if (!$os) {
if (strstr($sysObjectId, '.6321.1.2.2.5.3')) { if (strstr($sysObjectId, '.6321.1.2.2.5.3')) {
$os = 'calix'; $os = 'calix';
} }
if (strstr($sysObjectId, '.6066.1.44')) {
$os = 'calix';
}
} }