This allows hostapd to make use of the config option "vlan_tagged_interface" to automatically create bridge and VLAN interfaces in a fully dynamic way.
Signed-off-by: Helmut Schaa <[email protected]> --- package/hostapd/files/hostapd-full.config | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/hostapd/files/hostapd-full.config b/package/hostapd/files/hostapd-full.config index cf7993c..33de7e0 100644 --- a/package/hostapd/files/hostapd-full.config +++ b/package/hostapd/files/hostapd-full.config @@ -158,3 +158,5 @@ CONFIG_INTERNAL_AES=y NEED_AES_DEC=y CONFIG_WPS=y +CONFIG_FULL_DYNAMIC_VLAN=y + -- 1.7.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
