diff options
author | Manuel Munz <munz@comuno.net> | 2015-07-30 16:44:44 +0200 |
---|---|---|
committer | Manuel Munz <munz@comuno.net> | 2015-07-30 16:44:44 +0200 |
commit | 69ecfff002452c8ac220c4fe83156c4dfa985fa0 (patch) | |
tree | ef3ec74f062eaf505792a2163729dfab964e9965 /contrib/package/community-profiles | |
parent | ec170d62821579dea84e9333a7c7561dd7d59157 (diff) |
contrib/community-profiles: add hameln
Diffstat (limited to 'contrib/package/community-profiles')
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_hameln | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_hameln b/contrib/package/community-profiles/files/etc/config/profile_hameln new file mode 100644 index 000000000..f305b597a --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_hameln @@ -0,0 +1,15 @@ +config 'community' 'profile' + option 'name' 'Hameln' + option 'homepage' 'http://freifunk-hameln.de' + option 'ssid' 'hameln.freifunk.net' + option 'suffix' 'ffhm' + option 'latitude' '52.1030706' + option 'longitude' '9.3514778' + option 'mesh_network' '10.31.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'vap' '1' + option adhoc_dhcp_when_vap '1' + +config 'defaults' 'interface' + option 'netmask' '255.255.0.0' |