From: Daniel Golle Date: Sun, 13 May 2012 18:13:27 +0000 (+0000) Subject: move arig.org.il community profiles into two seperate files X-Git-Tag: 0.11.0~672 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=acde973d829c1579b304a3a8e6b227a8a73ffe27 move arig.org.il community profiles into two seperate files --- diff --git a/contrib/package/community-profiles/files/etc/config/profile_arig b/contrib/package/community-profiles/files/etc/config/profile_arig deleted file mode 100644 index e84da1e40..000000000 --- a/contrib/package/community-profiles/files/etc/config/profile_arig +++ /dev/null @@ -1,23 +0,0 @@ -config 'community' 'profile' - option 'name' 'arig Tel Aviv' - option 'homepage' 'http://arig.org.il' - option 'ssid' 'arig.org.il' - option 'latitude' '32.056' - option 'longitude' '34.772' - option 'splash_prefix' '28' - option 'suffix' 'arig' - option 'mesh_network' '10.81.0.0/21' - -config 'community' 'profile' - option 'name' 'arig Arad' - option 'homepage' 'http://arig.org.il' - option 'ssid' 'arig.org.il' - option 'latitude' '31.26' - option 'longitude' '35.21' - option 'splash_prefix' '28' - option 'suffix' 'arig' - option 'mesh_network' '10.81.8.0/22' - -config 'defaults' 'bssidscheme' - option '1' '02:CA:FF:EE:BA:BE' - option '13' '13:CA:FF:EE:BA:BE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_arig_arad b/contrib/package/community-profiles/files/etc/config/profile_arig_arad new file mode 100644 index 000000000..cb2e543ef --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_arig_arad @@ -0,0 +1,13 @@ +config 'community' 'profile' + option 'name' 'arig Arad' + option 'homepage' 'http://arig.org.il' + option 'ssid' 'arig.org.il' + option 'latitude' '31.26' + option 'longitude' '35.21' + option 'splash_prefix' '28' + option 'suffix' 'arig' + option 'mesh_network' '10.81.8.0/22' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '13' '13:CA:FF:EE:BA:BE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv b/contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv new file mode 100644 index 000000000..8479c0885 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_arig_tel-aviv @@ -0,0 +1,13 @@ +config 'community' 'profile' + option 'name' 'arig Tel Aviv' + option 'homepage' 'http://arig.org.il' + option 'ssid' 'arig.org.il' + option 'latitude' '32.056' + option 'longitude' '34.772' + option 'splash_prefix' '28' + option 'suffix' 'arig' + option 'mesh_network' '10.81.0.0/21' + +config 'defaults' 'bssidscheme' + option '1' '02:CA:FF:EE:BA:BE' + option '13' '13:CA:FF:EE:BA:BE'