Updated Windows build versions + added server type for windows os

This commit is contained in:
laf
2015-08-06 20:00:36 +00:00
parent 2537767f2d
commit 023e42a101
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -775,6 +775,7 @@ $config['os'][$os]['text'] = 'Apple AirPort';
$config['os'][$os]['icon'] = 'apple';
$os = 'windows';
$config['os'][$os]['type'] = 'server';
$config['os'][$os]['text'] = 'Microsoft Windows';
$config['os'][$os]['ifname'] = 1;
$config['os'][$os]['processor_stacked'] = 1;