From: Matthias Uferer Date: Fri, 13 Dec 2013 13:40:46 +0000 (+0000) Subject: disable dhcp at wifi-adhoc for leipzig, l59 and gadow X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=ced40ced3d179cf563f23bf7f4b2bb5264e62034 disable dhcp at wifi-adhoc for leipzig, l59 and gadow --- diff --git a/contrib/package/community-profiles/files/etc/config/profile_gadow b/contrib/package/community-profiles/files/etc/config/profile_gadow index db488b78e..40d2133d3 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_gadow +++ b/contrib/package/community-profiles/files/etc/config/profile_gadow @@ -6,6 +6,7 @@ config 'community' 'profile' option 'latitude' '53.11' option 'longitude' '12.61' option 'vap' '1' + option 'dhoc_dhcp_when_vap' '0' config 'defaults' 'interface' option 'netmask' '255.0.0.0' diff --git a/contrib/package/community-profiles/files/etc/config/profile_l59 b/contrib/package/community-profiles/files/etc/config/profile_l59 index 6185f0257..fb1e391a6 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_l59 +++ b/contrib/package/community-profiles/files/etc/config/profile_l59 @@ -7,6 +7,8 @@ config 'community' 'profile' option 'splash_prefix' '27' option 'latitude' '52.26337' option 'longitude' '10.52103' + option 'vap' '1' + option 'adhoc_dhcp_when_vap' '0' config 'defaults' 'bssidscheme' option '1' '02:CA:FF:EE:BA:BE' diff --git a/contrib/package/community-profiles/files/etc/config/profile_leipzig b/contrib/package/community-profiles/files/etc/config/profile_leipzig index 86068fa82..a8b4ebf3d 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_leipzig +++ b/contrib/package/community-profiles/files/etc/config/profile_leipzig @@ -7,6 +7,7 @@ config 'community' 'profile' 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' @@ -24,6 +25,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 +43,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'