Hide Forgot
Description of problem: vlan_tagged_interface, vlan related configuration requires CONFIG_FULL_DYNAMIC_VLAN. Version-Release number of selected component (if applicable): 2.0 How reproducible: Put vlan_tagged_interface configuration in /etc/hostapd/hostapd.conf, then hostapd startup fails. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: --- hostapd.spec 2013-10-16 16:21:23.655497049 +0900 +++ hostapd.spec.new 2013-10-16 16:23:13.553057151 +0900 @@ -68,6 +68,7 @@ -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \ -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \ -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \ + -e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \ -e '/^#CONFIG_IEEE80211N=y/s/^#//' > .config make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"