X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fcommunity-profiles%2Ffiles%2Fetc%2Fconfig%2Fprofile_leipzig;h=671f3e853693858366db8d7813631e5414e47bf2;hp=402eafab4837488ed197e747f4e5fc08acb57479;hb=3f5cf37da8025187c515a294a829d8b5426ca64d;hpb=637997309e30598b74e27f20ce7d313e1daad5b7 diff --git a/contrib/package/community-profiles/files/etc/config/profile_leipzig b/contrib/package/community-profiles/files/etc/config/profile_leipzig index 402eafab4..671f3e853 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_leipzig +++ b/contrib/package/community-profiles/files/etc/config/profile_leipzig @@ -2,17 +2,29 @@ config 'community' 'profile' option 'name' 'Freifunk Leipzig' option 'homepage' 'http://leipzig.freifunk.net' option 'ssid' 'leipzig.freifunk.net' - option 'mesh_network' '104.61.0.0/16' - option 'splash_network' '10.104.0.0/16' - option 'splash_prefix' '27' + option 'mesh_network' '10.61.0.0/16' option 'latitude' '51.33348' option 'longitude' '12.40297' + option 'suffix' 'olsr.leipzig.freifunk.net' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' config 'defaults' 'interface' - option 'netmask' '255.0.0.0' + option 'netmask' '255.255.255.255' config 'defaults' 'bssidscheme' option '1' '02:CA:FF:EE:BA:BE' + option '40' '02:40:CA:FF:EE:EE' + +config 'defaults' 'wifi_device' + option 'country' 'DE' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' + +config 'defaults' 'olsrd' + option 'LinkQualityAlgorithm' 'etx_ff' + config widget 'customindex' option enabled '1' @@ -20,6 +32,15 @@ config widget 'customindex' option paddingright '5%' option template 'html' +config widget 'rssffl' + option enabled '1' + option max '10' + option cache '3600' + option width '100%' + option title 'Freifunk Leipzig Blog' + option template 'iframe' + option url 'http://leipzig.freifunk.net' + config widget 'rssbundesweit' option cache '3600' option width '50%' @@ -29,16 +50,6 @@ config widget 'rssbundesweit' option max '10' option url 'http://blog.freifunk.net/rss.xml' -config widget 'rssffl' - option enabled '1' - option max '10' - option cache '3600' - option width '100%' - option title 'interner Freifunk Leipzig Blog' - option template 'iframe' - option url 'http://104.61.0.101/wordpress/' - - config widget 'clear1' option template 'clear' option enabled '1'