SPECS: ipw2200.spec - addd a patch fixing dhcpcd broadcasts

jpc jpc at pld-linux.org
Fri Sep 16 15:04:38 CEST 2005


Author: jpc                          Date: Fri Sep 16 13:04:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- addd a patch fixing dhcpcd broadcasts

---- Files affected:
SPECS:
   ipw2200.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/ipw2200.spec
diff -u SPECS/ipw2200.spec:1.27 SPECS/ipw2200.spec:1.28
--- SPECS/ipw2200.spec:1.27	Thu Sep 15 20:25:05 2005
+++ SPECS/ipw2200.spec	Fri Sep 16 15:04:32 2005
@@ -1,8 +1,5 @@
 # $Revision$, $Date$
 #
-# TODO:
-# - fix the include dir in kernel-net-ieee80211 and change IEEE80211_INC here (l. 93)
-#
 # Conditional build:
 %bcond_without	dist_kernel	# allow non-distribution kernel
 %bcond_without	smp		# don't build SMP module
@@ -18,6 +15,8 @@
 Group:		Base/Kernel
 Source0:	http://dl.sourceforge.net/ipw2200/%{name}-%{version}.tgz
 # Source0-md5:	d49f301ce8cffbd1cfbdb51061df3ac8
+# from http://people.redhat.com/pjones/ipw2200/broadcast.patch
+Patch0:		%{name}-broadcast.patch
 URL:		http://ipw2200.sourceforge.net/
 BuildRequires:	ieee80211-devel
 %{?with_dist_kernel:BuildRequires:	kernel-module-build >= 2.6.7}
@@ -75,6 +74,9 @@
 
 %prep
 %setup -q
+# only for kernels >= 2.6.13
+# (I don't know if it works with earlier)
+%patch0 -p1
 #sed -i 's:CONFIG_IPW_DEBUG=y::' Makefile
 
 %build
@@ -151,6 +153,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2005/09/16 13:04:32  jpc
+- addd a patch fixing dhcpcd broadcasts
+
 Revision 1.27  2005/09/15 18:25:05  sparky
 - prepared for kernel >= 2.6.13: link Module.symvers
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ipw2200.spec?r1=1.27&r2=1.28&f=u




More information about the pld-cvs-commit mailing list