[hostapd] Enable CONFIG_FULL_DYNAMIC_VLAN build option

John W. Linville linville at fedoraproject.org
Fri Nov 22 20:17:23 UTC 2013


commit 4765dadca8c0fbdbbfe32f978b833c7270a906cc
Author: John W. Linville <linville at tuxdriver.com>
Date:   Fri Nov 22 15:17:09 2013 -0500

    Enable CONFIG_FULL_DYNAMIC_VLAN build option

 hostapd.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/hostapd.spec b/hostapd.spec
index a39bb28..23c2556 100644
--- a/hostapd.spec
+++ b/hostapd.spec
@@ -2,7 +2,7 @@
 
 Name:           hostapd
 Version:        2.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
 License:        BSD
 URL:            http://w1.fi/hostapd
@@ -68,7 +68,8 @@ cat defconfig | sed -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
                         -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
                         -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \
                         -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \
-                        -e '/^#CONFIG_IEEE80211N=y/s/^#//' > .config
+                        -e '/^#CONFIG_IEEE80211N=y/s/^#//' \
+                        -e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' > .config
 make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"
 
 %install
@@ -170,6 +171,9 @@ fi
 %{_sysconfdir}/logwatch/scripts/services/%{name}
 
 %changelog
+* Fri Nov 22 2013 John W. Linville <linville at redhat.com> - 2.0-5
+- Enable CONFIG_FULL_DYNAMIC_VLAN build option
+
 * Wed Aug 07 2013 Simone Caronni <negativo17 at gmail.com> - 2.0-4
 - Add EPEL 6 support.
 - Remove obsolete EPEL 5 tags.


More information about the scm-commits mailing list