X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fcommunity-profiles%2Ffiles%2Fetc%2Fconfig%2Fprofile_leipzig;h=671f3e853693858366db8d7813631e5414e47bf2;hp=86068fa829bfbda0751c2296307ca8bf9ca1238c;hb=892398692c99389f8a0e3b44f1054a639f010257;hpb=77db91455016ec2bd457c3e3d1a7a9d5dd4b3917 diff --git a/contrib/package/community-profiles/files/etc/config/profile_leipzig b/contrib/package/community-profiles/files/etc/config/profile_leipzig index 86068fa82..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,25 @@ 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 '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' @@ -24,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%' @@ -33,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'