Merge pull request #267 from n3ph/master
package/community-profiles: add profile_freiburg
This commit is contained in:
commit
43c395abe0
1 changed files with 45 additions and 0 deletions
|
@ -0,0 +1,45 @@
|
|||
config 'community' 'profile'
|
||||
option 'name' 'Freifunk Freiburg'
|
||||
option 'homepage' 'http://freiburg.freifunk.net'
|
||||
option 'ssid' '02:CA:FF:EE:BA:BE'
|
||||
option 'mesh_network' '10.60.0.0/16'
|
||||
option 'latitude' '47.994841'
|
||||
option 'longitude' '7.849772'
|
||||
option 'suffix' 'olsr.freiburg.freifunk.net'
|
||||
option 'vap' '1'
|
||||
option 'adhoc_dhcp_when_vap' '0'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.255.255.255'
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
option '1' '02:CA:FF:EE:BA:BE'
|
||||
option '40' '02:40:CA:FF:EE:EE'
|
||||
|
||||
config 'defaults' 'wifi_device'
|
||||
option 'country' 'DE'
|
||||
|
||||
config 'defaults' 'wifi_iface'
|
||||
option 'mcast_rate' '6000'
|
||||
|
||||
config 'defaults' 'olsrd'
|
||||
option 'LinkQualityAlgorithm' 'etx_ff'
|
||||
|
||||
config widget 'customindex'
|
||||
option enabled '1'
|
||||
option width '50%'
|
||||
option paddingright '5%'
|
||||
option template 'html'
|
||||
|
||||
config widget 'rssbundesweit'
|
||||
option cache '3600'
|
||||
option width '50%'
|
||||
option title 'bundesweiter Freifunk Blog'
|
||||
option template 'rssfeed'
|
||||
option enabled '1'
|
||||
option max '10'
|
||||
option url 'http://blog.freifunk.net/rss.xml'
|
||||
|
||||
config widget 'clear1'
|
||||
option template 'clear'
|
||||
option enabled '1'
|
Loading…
Reference in a new issue