From: Manuel Munz Date: Sat, 19 Oct 2013 14:14:49 +0000 (+0000) Subject: contrib/community-profiles/augsburg: Enable DHCP on adhoc when VAP is used, default... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=115633350d46dee2bf48a5680ac607a17db4a276;p=oweals%2Fluci.git 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. --- 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'