From: Helmut Schaa Date: Tue, 9 Nov 2010 14:38:59 +0000 (+0200) Subject: hostapd: Add comment about CONFIG_FULL_DYNAMIC_VLAN to defconfig X-Git-Tag: hostap-1-bp~868 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5798bf36af27fcf2fc07949906904ff6c50a57b;p=thirdparty%2Fhostap.git hostapd: Add comment about CONFIG_FULL_DYNAMIC_VLAN to defconfig Add comment about CONFIG_FULL_DYNAMIC_VLAN to defconfig. By default this feature is still disabled. Signed-off-by: Helmut Schaa --- diff --git a/hostapd/defconfig b/hostapd/defconfig index 3ecb7e30d..6e15b78be 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -153,6 +153,10 @@ CONFIG_IPV6=y # Remove support for VLANs #CONFIG_NO_VLAN=y +# Enable support fur fully dynamic VLANs. This enables hostapd to +# automatically create bridge and VLAN interfaces if necessary. +#CONFIG_FULL_DYNAMIC_VLAN=y + # Remove support for dumping state into a file on SIGUSR1 signal # This can be used to reduce binary size at the cost of disabling a debugging # option.