From 115633350d46dee2bf48a5680ac607a17db4a276 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sat, 19 Oct 2013 14:14:49 +0000 Subject: [PATCH] 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. --- .../community-profiles/files/etc/config/profile_augsburg | 9 +++++---- 1 file 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' -- 2.25.1