Merge "Merge branch 'ChaosCalmer' into develop" into develop

This commit is contained in:
KG6JEI 2016-06-20 05:53:31 +00:00
commit 32a0d6348d
8 changed files with 25 additions and 7 deletions

View File

@ -17,7 +17,7 @@ config button
config button
option button 'reset'
option action 'released'
option handler 'firstboot && reboot'
option handler 'firstboot -y && reboot'
option min '12'
option max '20'

View File

@ -17,7 +17,7 @@ config button
config button
option button 'reset'
option action 'released'
option handler 'firstboot && reboot'
option handler 'firstboot -y && reboot'
option min '12'
option max '20'

View File

@ -17,7 +17,7 @@ config button
config button
option button 'reset'
option action 'released'
option handler 'firstboot && reboot'
option handler 'firstboot -y && reboot'
option min '12'
option max '20'

View File

@ -17,7 +17,7 @@ config button
config button
option button 'reset'
option action 'released'
option handler 'firstboot && reboot'
option handler 'firstboot -y && reboot'
option min '12'
option max '20'

View File

@ -17,7 +17,7 @@ config button
config button
option button 'reset'
option action 'released'
option handler 'firstboot && reboot'
option handler 'firstboot -y && reboot'
option min '12'
option max '20'

View File

@ -16,6 +16,6 @@ config button
config button
option button 'reset'
option action 'released'
option handler 'firstboot && reboot'
option handler 'firstboot -y && reboot'
option min '12'
option max '20'

View File

@ -125,7 +125,7 @@ foreach (@tunnelnames)
# add the nameservice plugin
push @file, qq(\nLoadPlugin "olsrd_nameservice.so.0.3"\n);
push @file, qq({\n);
push @file, qq( PlParam "sighup-pid-file" "/var/run/dnsmasq.pid"\n);
push @file, qq( PlParam "sighup-pid-file" "/var/run/dnsmasq/dnsmasq.pid"\n);
push @file, qq( PlParam "interval" "30"\n);
push @file, qq( PlParam "timeout" "300"\n);
push @file, qq( PlParam "name-change-script" "touch /tmp/namechange"\n);

View File

@ -1319,6 +1319,24 @@ sub hardware_info
'usechains' => 1,
'rfband' => '5800ubntus',
},
'Ubiquiti Loco M XW' => {
'name' => 'NanoStation Loco M5 XW',
'comment' => 'NanoStation Loco M5 XW 0xe845 (in testing)',
'supported' => '-2',
'maxpower' => '22',
'pwroffset' => '1',
'usechains' => 1,
'rfband' => '5800ubntus',
},
'Ubiquiti Rocket M XW' => {
'name' => 'Rocket M5 XW',
'comment' => 'Rocket M5 XW 0xe6b5 (in testing)',
'supported' => '-2',
'maxpower' => '22',
'pwroffset' => '5',
'usechains' => 1,
'rfband' => '5800ubntus',
},
);
$boardid = hardware_boardid();