From 4e416a64175e3fec62c19822c5fb356e39e37ee7 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Fri, 11 Feb 2011 19:05:55 +0000 Subject: [PATCH] modules/freifunk: Add profile for Bayreuth --- modules/freifunk/root/etc/config/profile_-custom | 1 - modules/freifunk/root/etc/config/profile_bayreuth | 20 ++++++++++++++++++++ .../freifunk/root/etc/config/profile_bergischesland | 1 - 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 modules/freifunk/root/etc/config/profile_bayreuth diff --git a/modules/freifunk/root/etc/config/profile_-custom b/modules/freifunk/root/etc/config/profile_-custom index 3b06444ae..6335be48f 100644 --- a/modules/freifunk/root/etc/config/profile_-custom +++ b/modules/freifunk/root/etc/config/profile_-custom @@ -5,7 +5,6 @@ config 'community' 'profile' option 'splash_network' '10.104.0.0/16' option 'latitude' '52.000' option 'longitude' '10.000' - option 'external' 'freifunk_custom' option 'splash_prefix' '28' option 'mesh_network' '1.0.0.0/16' diff --git a/modules/freifunk/root/etc/config/profile_bayreuth b/modules/freifunk/root/etc/config/profile_bayreuth new file mode 100644 index 000000000..1d03d1435 --- /dev/null +++ b/modules/freifunk/root/etc/config/profile_bayreuth @@ -0,0 +1,20 @@ +config 'community' 'profile' + option 'name' 'Freifunk Bayreuth' + option 'homepage' 'http://bayreuth.freifunk.net' + option 'ssid' 'bayreuth.freifunk.net' + option 'mesh_network' '10.195.0.0/16' + option 'splash_network' '10.104.0.0/16' + option 'latitude' '49.945812' + option 'longitude' '11.575045' + option 'suffix' 'ffa' + option 'splash_prefix' '28' + +config 'defaults' 'interface' + option 'netmask' '255.255.192.0' + +config 'defaults' 'wifi_device' + option 'channel' '4' + +config 'defaults' 'wifi_iface' + option 'bssid' '42:CA:FF:EE:BA:BE' + diff --git a/modules/freifunk/root/etc/config/profile_bergischesland b/modules/freifunk/root/etc/config/profile_bergischesland index b32eea9a7..46ad71ceb 100644 --- a/modules/freifunk/root/etc/config/profile_bergischesland +++ b/modules/freifunk/root/etc/config/profile_bergischesland @@ -7,7 +7,6 @@ config 'community' 'profile' option 'splash_prefix' '27' option 'latitude' '51.26849' option 'longitude' '7.19476' - option 'external' 'freifunk_bergischesland' config 'defaults' 'wifi_device' option 'channel' '11' -- 2.11.0