diff options
author | Matthias Uferer <ufo@rund.freifunk.net> | 2013-12-13 14:29:22 +0000 |
---|---|---|
committer | Matthias Uferer <ufo@rund.freifunk.net> | 2013-12-13 14:29:22 +0000 |
commit | 594c4a68e3271f258b5a208e04bda5f9d6623834 (patch) | |
tree | 93f5018f41f7d94b6702f02ce3f5889711cea432 /contrib | |
parent | cba888c336fae20c6effbc25ca70d3e907f5b097 (diff) |
freifunk altmark new config
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_altmark | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_altmark b/contrib/package/community-profiles/files/etc/config/profile_altmark new file mode 100644 index 000000000..1ad484559 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_altmark @@ -0,0 +1,48 @@ +config 'community' 'profile' + option 'name' 'Freifunk Altmark' + option 'homepage' 'http://altmark.freifunk.net' + option 'ssid' 'altmark.freifunk.net' + option 'mesh_network' '104.59.0.0/16' + option 'latitude' '52.885' + option 'longitude' '11.15' + option 'suffix' 'olsr.altmark.freifunk.net' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' + +config 'defaults' 'interface' + option 'netmask' '255.0.0.0' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + +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' |