From: Felix Fietkau Date: Sun, 19 Dec 2010 11:48:38 +0000 (+0000) Subject: hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=3c55f28606fed50e577f61abb36d022a6ecccfcc hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config 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 SVN-Revision: 24722 --- diff --git a/package/hostapd/files/hostapd-full.config b/package/hostapd/files/hostapd-full.config index cf7993c346..33de7e0df3 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 +