moduls/freifunk: split ljubljana into kiberpipa and wlanljubljana, thanks Mitar!
authorJo-Philipp Wich <redacted>
Sun, 29 Nov 2009 15:11:36 +0000 (15:11 +0000)
committerJo-Philipp Wich <redacted>
Sun, 29 Nov 2009 15:11:36 +0000 (15:11 +0000)
modules/freifunk/root/etc/config/freifunk
modules/freifunk/root/etc/config/freifunk_kiberpipa [moved from modules/freifunk/root/etc/config/freifunk_ljubljana with 85% similarity]
modules/freifunk/root/etc/config/freifunk_wlanljubljana [new file with mode: 0644]

index d99cfeb04a60ee02e52b5cb8d65d5eae9769713a..0e9785840c9373ece307c4a9f9b201e33825f79a 100644 (file)
@@ -194,12 +194,21 @@ config 'community' 'duesseldorf'
        option 'splash_prefix' '27'
        option 'external' 'freifunk_duesseldorf'
 
-config 'community' 'ljubljana'
-       option 'name' 'Kiberpipa.net (wlan-lj)'
+config 'community' 'kiberpipa'
+       option 'name' 'Kiberpipa.net'
        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'
+       option 'external' 'freifunk_kiberpipa'
+
+config 'community' 'wlanljubljana'
+       option 'name' 'wlan ljubljana'
+       option 'homepage' 'http://wlan-lj.net'
+       option 'ssid' 'open.wlan-lj.net'
+       option 'mesh_network' '10.254.0.0/16'
+       option 'splash_network' '10.254.120.0/21'
+       option 'splash_prefix' '27'
+       option 'external' 'freifunk_wlanljubljana'
 
similarity index 85%
rename from modules/freifunk/root/etc/config/freifunk_ljubljana
rename to modules/freifunk/root/etc/config/freifunk_kiberpipa
index 753d4348074ffb387174b7d38e4fe4e20b70f4ad..66992913389d2ccfbb421d1ddea6ef3d38d6cb09 100644 (file)
@@ -1,4 +1,4 @@
-package 'freifunk_ljubljana'
+package 'freifunk_kiberpipa'
 
 config 'defaults' 'wifi_device'
        option 'channel' '8'
diff --git a/modules/freifunk/root/etc/config/freifunk_wlanljubljana b/modules/freifunk/root/etc/config/freifunk_wlanljubljana
new file mode 100644 (file)
index 0000000..3a4e300
--- /dev/null
@@ -0,0 +1,8 @@
+package 'freifunk_wlanljubljana'
+
+config 'defaults' 'wifi_device'
+       option 'channel' '8'
+
+config 'defaults' 'interface'
+       option 'dns' '10.254.0.1 10.254.0.2'
+       option 'netmask' '255.255.0.0'
git clone https://git.99rst.org/PROJECT