summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/community-profiles/files/etc/config/profile_kyritz
blob: f97e79f9cee38f5d0dde378ecfc411b30f605403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
config 'community' 'profile'
	option 'name' 'Freifunk Kyritz'
	option 'homepage' 'http://kyritz.freifunk.net'
	option 'ssid' 'mesh.freifunk.net'
	option 'mesh_network' '104.59.0.0/16'
	option 'latitude' '52.94'
	option 'longitude' '12.4'
	option 'suffix' 'olsr.kyritz.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 'rssffl'
    option enabled '1'
    option max '10'
    option cache '3600'
    option width '100%'
    option title 'Freifunk Blog'
    option template 'iframe'
    option url 'http://freifunk.net'

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'