luci-0.9: merge r5599
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Nov 2009 15:17:29 +0000 (15:17 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Nov 2009 15:17:29 +0000 (15:17 +0000)
modules/freifunk/root/etc/config/freifunk
modules/freifunk/root/etc/config/freifunk_kiberpipa [new file with mode: 0644]
modules/freifunk/root/etc/config/freifunk_ljubljana [deleted file]
modules/freifunk/root/etc/config/freifunk_wlanljubljana [new file with mode: 0644]

index d99cfeb..0e97858 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'
 
diff --git a/modules/freifunk/root/etc/config/freifunk_kiberpipa b/modules/freifunk/root/etc/config/freifunk_kiberpipa
new file mode 100644 (file)
index 0000000..6699291
--- /dev/null
@@ -0,0 +1,8 @@
+package 'freifunk_kiberpipa'
+
+config 'defaults' 'wifi_device'
+       option 'channel' '8'
+
+config 'defaults' 'interface'
+       option 'dns' '10.14.0.1 208.67.222.220 208.67.220.222'
+       option 'netmask' '255.255.0.0'
diff --git a/modules/freifunk/root/etc/config/freifunk_ljubljana b/modules/freifunk/root/etc/config/freifunk_ljubljana
deleted file mode 100644 (file)
index 753d434..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package 'freifunk_ljubljana'
-
-config 'defaults' 'wifi_device'
-       option 'channel' '8'
-
-config 'defaults' 'interface'
-       option 'dns' '10.14.0.1 208.67.222.220 208.67.220.222'
-       option 'netmask' '255.255.0.0'
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'