summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2013-10-19 14:14:49 +0000
committerManuel Munz <freifunk@somakoma.de>2013-10-19 14:14:49 +0000
commit115633350d46dee2bf48a5680ac607a17db4a276 (patch)
tree256bee9863cdecc4df554f8bee11f3679d5949b0 /contrib
parent5939fc27129733bd6a213b0e5657fa7903668753 (diff)
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.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/community-profiles/files/etc/config/profile_augsburg9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_augsburg b/contrib/package/community-profiles/files/etc/config/profile_augsburg
index 0423b914e..0bbafcaea 100644
--- a/contrib/package/community-profiles/files/etc/config/profile_augsburg
+++ b/contrib/package/community-profiles/files/etc/config/profile_augsburg
@@ -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'