disable dhcp at wifi-adhoc for leipzig, l59 and gadow

This commit is contained in:
Matthias Uferer 2013-12-13 13:40:46 +00:00
parent 2812cb14c5
commit ced40ced3d
3 changed files with 13 additions and 10 deletions

View file

@ -6,6 +6,7 @@ config 'community' 'profile'
option 'latitude' '53.11' option 'latitude' '53.11'
option 'longitude' '12.61' option 'longitude' '12.61'
option 'vap' '1' option 'vap' '1'
option 'dhoc_dhcp_when_vap' '0'
config 'defaults' 'interface' config 'defaults' 'interface'
option 'netmask' '255.0.0.0' option 'netmask' '255.0.0.0'

View file

@ -7,6 +7,8 @@ config 'community' 'profile'
option 'splash_prefix' '27' option 'splash_prefix' '27'
option 'latitude' '52.26337' option 'latitude' '52.26337'
option 'longitude' '10.52103' option 'longitude' '10.52103'
option 'vap' '1'
option 'adhoc_dhcp_when_vap' '0'
config 'defaults' 'bssidscheme' config 'defaults' 'bssidscheme'
option '1' '02:CA:FF:EE:BA:BE' option '1' '02:CA:FF:EE:BA:BE'

View file

@ -7,6 +7,7 @@ config 'community' 'profile'
option 'longitude' '12.40297' option 'longitude' '12.40297'
option 'suffix' 'olsr.leipzig.freifunk.net' option 'suffix' 'olsr.leipzig.freifunk.net'
option 'vap' '1' option 'vap' '1'
option 'adhoc_dhcp_when_vap' '0'
config 'defaults' 'interface' config 'defaults' 'interface'
option 'netmask' '255.0.0.0' option 'netmask' '255.0.0.0'
@ -24,6 +25,15 @@ config widget 'customindex'
option paddingright '5%' option paddingright '5%'
option template 'html' 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' config widget 'rssbundesweit'
option cache '3600' option cache '3600'
option width '50%' option width '50%'
@ -33,16 +43,6 @@ config widget 'rssbundesweit'
option max '10' option max '10'
option url 'http://blog.freifunk.net/rss.xml' 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' config widget 'clear1'
option template 'clear' option template 'clear'
option enabled '1' option enabled '1'