Author: mguevara Date: Mon Oct 16 10:48:16 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - enables RADIOTAP and QoS options for dist_kernel builds
---- Files affected: SPECS: ipw2200.spec (1.67 -> 1.68) ---- Diffs: ================================================================ Index: SPECS/ipw2200.spec diff -u SPECS/ipw2200.spec:1.67 SPECS/ipw2200.spec:1.68 --- SPECS/ipw2200.spec:1.67 Mon Oct 16 09:58:33 2006 +++ SPECS/ipw2200.spec Mon Oct 16 12:48:11 2006 @@ -18,6 +18,7 @@ Source0: http://dl.sourceforge.net/ipw2200/%{name}-%{version}.tgz # Source0-md5: cfd26b4526186d61a4feeaee217493b9 Patch0: %{name}-monitor.patch +Patch1: %{name}-1.2.0-config.patch URL: http://ipw2200.sourceforge.net/ BuildRequires: ieee80211-devel >= %{_ieeever} %{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.7} @@ -91,6 +92,9 @@ %prep %setup -q %patch0 -p1 +%if %{with dist_kernel} +%patch1 -p1 +%endif %build # kernel module(s) @@ -178,6 +182,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.68 2006/10/16 10:48:11 mguevara +- enables RADIOTAP and QoS options for dist_kernel builds + Revision 1.67 2006/10/16 07:58:33 mguevara - removed unneeded patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ipw2200.spec?r1=1.67&r2=1.68&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
