From: Manuel Munz Date: Mon, 30 Sep 2013 20:02:35 +0000 (+0000) Subject: contrib/community-profiles: Add Hooge X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=19d1278fb2a7166a1bb2c967ec8473d26cdce244 contrib/community-profiles: Add Hooge --- diff --git a/contrib/package/community-profiles/files/etc/config/profile_hooge b/contrib/package/community-profiles/files/etc/config/profile_hooge new file mode 100644 index 000000000..62f6fa9af --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_hooge @@ -0,0 +1,22 @@ +config 'community' 'profile' + option 'name' 'Freifunk Hooge' + option 'homepage' 'http://hooge.freifunk.net' + option 'ssid' 'hooge.freifunk.net' + option 'mesh_network' '10.11.128.0/24' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '54.572161' + option 'longitude' '8.559551' + option 'suffix' 'hooge' + option 'splash_prefix' '27' + option 'vap' '1' + option 'extrapackages' '' + list 'owm_api' 'http://api.openwifimap.net' + list 'owm_api' 'http://owmapi.pberg.freifunk.net' + option 'mapserver' 'http://openwifimap.net/' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.0' + +config 'defaults' 'luci_splash' + option 'limit_up' '20' + option 'limit_down' '50'