Browse Source

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 <helmut.schaa@googlemail.com>
Helmut Schaa 14 years ago
parent
commit
f5798bf36a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      hostapd/defconfig

+ 4 - 0
hostapd/defconfig

@@ -153,6 +153,10 @@ CONFIG_IPV6=y
 # Remove support for VLANs
 # Remove support for VLANs
 #CONFIG_NO_VLAN=y
 #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
 # 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
 # This can be used to reduce binary size at the cost of disabling a debugging
 # option.
 # option.