From: Jo-Philipp Wich Date: Fri, 6 Nov 2009 13:19:11 +0000 (+0000) Subject: modules/freifunk: add community profile for Ljubljana X-Git-Tag: 0.10.0~987 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=9d8ebba1df4a66aa2c870d3f8e9b71f1a60a23ca modules/freifunk: add community profile for Ljubljana --- diff --git a/modules/freifunk/root/etc/config/freifunk b/modules/freifunk/root/etc/config/freifunk index 13f6f02f5..be7b1545a 100644 --- a/modules/freifunk/root/etc/config/freifunk +++ b/modules/freifunk/root/etc/config/freifunk @@ -164,3 +164,12 @@ config 'community' 'jena' option splash_network "10.104.0.0/16" option splash_prefix "29" option 'external' 'freifunk_jena' + +config 'community' 'ljubljana' + option 'name' 'Kiberpipa.net (wlan-lj)' + option 'homepage' 'http://www.kiberpipa.net' + option 'ssid' 'open.kiberpipa.net' + option 'mesh_network' '10.14.0.0/16' + option 'splash_network' '10.14.128.0/17' + option 'splash_prefix' '27' + option 'external' 'freifunk_ljubljana' diff --git a/modules/freifunk/root/etc/config/freifunk_ljubljana b/modules/freifunk/root/etc/config/freifunk_ljubljana new file mode 100644 index 000000000..8ca934516 --- /dev/null +++ b/modules/freifunk/root/etc/config/freifunk_ljubljana @@ -0,0 +1,5 @@ +config defaults wifi_device + option channel 8 + +config 'defaults' 'interface' + option 'dns' '10.14.0.1 208.67.222.220 208.67.220.222'