disable dhcp at wifi-adhoc for leipzig, l59 and gadow
This commit is contained in:
parent
2812cb14c5
commit
ced40ced3d
3 changed files with 13 additions and 10 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue