diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2010-11-09 14:38:59 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-11-09 14:38:59 (GMT) |
commit | f5798bf36af27fcf2fc07949906904ff6c50a57b (patch) | |
tree | 7030b66e080901e61ed9c6c2122f9bdc72915bde | |
parent | c2aa25fb3441acf961a55678d07edae47d962cd9 (diff) | |
download | hostap-f5798bf36af27fcf2fc07949906904ff6c50a57b.zip hostap-f5798bf36af27fcf2fc07949906904ff6c50a57b.tar.gz hostap-f5798bf36af27fcf2fc07949906904ff6c50a57b.tar.bz2 |
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>
-rw-r--r-- | hostapd/defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig index 3ecb7e3..6e15b78 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. |