contrib/community-profiles/augsburg: Enable DHCP on adhoc when VAP is used, default will become to not start a DHCP server in this case then soon.

This commit is contained in:
Manuel Munz 2013-10-19 14:14:49 +00:00
parent 5939fc2712
commit 115633350d

View file

@ -8,14 +8,15 @@ config 'community' 'profile'
option 'longitude' '10.89475'
option 'suffix' 'ffa'
option 'splash_prefix' '27'
option 'vap' '1'
option 'vap' '1'
option adhoc_dhcp_when_vap '1'
option 'ipv6' '1'
option 'ipv6_config' 'auto-ipv6-fromv4'
option 'ipv6_prefix' 'fdca:ffee:ffa::/48'
option 'extrapackages' 'luci-app-owm luci-app-owm-ant luci-app-owm-cmd luci-app-owm-gui'
list 'owm_api' 'http://api.openwifimap.net'
list 'owm_api' 'http://owmapi.pberg.freifunk.net'
option 'mapserver' 'http://openwifimap.net/'
list 'owm_api' 'http://api.openwifimap.net'
list 'owm_api' 'http://owmapi.pberg.freifunk.net'
option 'mapserver' 'http://openwifimap.net/'
config 'defaults' 'interface'
option 'netmask' '255.255.192.0'