community-profiles: add second mapserver
[project/luci.git] / contrib / package / community-profiles / files / etc / config / profile_berlin
index c41144e..be31e94 100644 (file)
@@ -7,10 +7,30 @@ config 'community' 'profile'
        option 'splash_prefix' '27'
        option 'latitude' '52.52075'
        option 'longitude' '13.40948'
+       list 'mapserver' 'http://openwifimap.net/openwifimap/'
+       list 'mapserver' 'http://map.pberg.freifunk.net/openwifimap/'
 
 config 'defaults' 'wifi_device'
        option 'channel' '10'
 
 config 'defaults' 'interface'
-        option 'netmask' '255.0.0.0'
+       option 'netmask' '255.0.0.0'
 
+config 'defaults' 'olsr_interface'
+       option 'Ip4Broadcast' '255.255.255.255'
+       option 'HelloInterval' '3.0'
+       option 'HelloValidityTime' '125.0'
+       option 'TcInterval'  '2.0'
+       option 'TcValidityTime' '500.0'
+       option 'MidInterval' '25.0'
+       option 'MidValidityTime'  '500.0'
+       option 'HnaInterval' '10.0'
+       option 'HnaValidityTime' '125.0'
+
+config 'defaults' 'olsrd'
+       option 'AllowNoInt' 'yes'
+       option 'FIBMetric' 'flat'
+       option 'Pollrate' '0.025'
+       option 'TcRedundancy' '2'
+       option 'NatThreshold' '0.75'
+       option 'LinkQualityAlgorithm' 'etx_ff'