X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Ffreifunk%2Froot%2Fetc%2Fconfig%2Ffreifunk;h=c2ea2dd3f0e197ecef7c475794dcefb0a5e9a8c5;hp=7a2e9ef089f54608dab4a28e2ad3c65e9155d700;hb=d32f3dca5c9814d60c5b945da828d9e43f93c9f4;hpb=5dc524c40cff73f79ba2496a3172230aecbac494 diff --git a/modules/freifunk/root/etc/config/freifunk b/modules/freifunk/root/etc/config/freifunk index 7a2e9ef08..c2ea2dd3f 100644 --- a/modules/freifunk/root/etc/config/freifunk +++ b/modules/freifunk/root/etc/config/freifunk @@ -60,6 +60,7 @@ config defaults wifi_device option diversity 1 option disabled 0 option txpower 15 + option country 276 config defaults wifi_iface option mode adhoc @@ -90,37 +91,67 @@ config community leipzig option name "Freifunk Leipzig" option homepage http://leipzig.freifunk.net option ssid "leipzig.freifunk.net" - option prefix "104.61" + option mesh_network "104.61.0.0/16" + option splash_network "10.104.0.0/16" + option splash_prefix "27" config community halle option name "Freifunk Halle" option homepage http://halle.freifunk.net option ssid "halle.freifunk.net" - option prefix "104.62" + option mesh_network "104.62.0.0/16" + option splash_network "10.104.0.0/16" + option splash_prefix "27" config community l59 option name "Freifunk L59" option homepage http://freifunk.net option ssid "start.freifunk.net" - option prefix "104.59" + option mesh_network "104.59.0.0/16" + option splash_network "10.104.0.0/16" + option splash_prefix "27" config community berlin option name "Freifunk Berlin" option homepage http://berlin.freifunk.net option ssid "olsr.freifunk.net" - option prefix "104" + option mesh_network "104.0.0.0/8" + option splash_network "10.104.0.0/16" + option splash_prefix "27" option external freifunk_berlin +config community potsdam + option name "Freifunk Potsdam" + option homepage http://potsdam.freifunk.net + option ssid "www.freifunk-potsdam.de" + option mesh_network "10.22.0.0/16" + option splash_network "10.104.0.0/16" + option splash_prefix "27" + option external freifunk_potsdam + config community hannover option name "Freifunk Hannover" option homepage http://hannover.freifunk.net option ssid "hannover.freifunk.net" - option prefix "10.2" + option mesh_network "10.2.0.0/16" + option splash_network "10.104.0.0/16" + option splash_prefix "27" option external freifunk_hannover config community augsburg option name "Freifunk Augsburg" option homepage http://augsburg.freifunk.net option ssid "augsburg.freifunk.net" - option prefix "191.161" + option mesh_network "10.11.0.0/18" + option splash_network "10.104.0.0/16" + option splash_prefix "27" option external freifunk_augsburg + +config 'community' 'jena' + option 'name' 'Freifunk Jena' + option 'homepage' 'http://www.freifunk-jena.de' + option 'ssid' 'jena.freifunk.net' + option mesh_network "10.127.0.0/16" + option splash_network "10.104.0.0/16" + option splash_prefix "27" +# option 'external' 'freifunk_jena'