diff options
author | Manuel Munz <freifunk@somakoma.de> | 2012-05-03 13:11:28 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2012-05-03 13:11:28 +0000 |
commit | 0f8d05f520eb169506410eb498efdbc5d2b49bb9 (patch) | |
tree | 3a523f36740a2cea15916c03cfd06c3d39444cd2 /contrib/package/community-profiles | |
parent | 97e4760ab6e20c9ef83abb4d213d674a1d3da810 (diff) |
contrib/community_profiles: Add profile for Freifunk Franken
Diffstat (limited to 'contrib/package/community-profiles')
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_franken | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_franken b/contrib/package/community-profiles/files/etc/config/profile_franken new file mode 100644 index 000000000..4bd1d3dfe --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_franken @@ -0,0 +1,19 @@ +config 'community' 'profile' + option 'name' 'Freifunk Franken' + option 'homepage' 'http://franken.freifunk.net' + option 'ssid' 'franken.freifunk.net' + option 'mesh_network' '10.50.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '49.506485' + option 'longitude' '11.013565 + option 'splash_prefix' '27' + +config 'defaults' 'interface' + option 'netmask' '255.255.0.0' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + +config 'defaults' 'luci_splash' + option 'limit_up' '40' + option 'limit_down' '40' |