]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
hostapd: Add comment about CONFIG_FULL_DYNAMIC_VLAN to defconfig
authorHelmut Schaa <helmut.schaa@googlemail.com>
Tue, 9 Nov 2010 14:38:59 +0000 (16:38 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Nov 2010 14:38:59 +0000 (16:38 +0200)
Add comment about CONFIG_FULL_DYNAMIC_VLAN to defconfig. By default
this feature is still disabled.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
hostapd/defconfig

index 3ecb7e30d4672dc6a7c7beb67dad5f93bd3038f5..6e15b78be0ba2aa64fbdd1414f7c5f5cc8d1e949 100644 (file)
@@ -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.