Enable CONFIG_FULL_DYNAMIC_VLAN build option

This commit is contained in:
John W. Linville 2013-11-22 15:17:09 -05:00
parent 476288cf51
commit 4765dadca8

View File

@ -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@redhat.com> - 2.0-5
- Enable CONFIG_FULL_DYNAMIC_VLAN build option
* Wed Aug 07 2013 Simone Caronni <negativo17@gmail.com> - 2.0-4
- Add EPEL 6 support.
- Remove obsolete EPEL 5 tags.