]> git.pld-linux.org Git - packages/atl2.git/commitdiff
- disable compilation errors for kernel > 2.6.19
authorBartłomiej Zimoń <cactus@pld-linux.org>
Fri, 24 Aug 2007 08:02:55 +0000 (08:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atl2.spec -> 1.6

atl2.spec

index c61fafa235cde74e459fe23044d8142052bb27c1..66a9d5f6409bed011e4a2b7bbb5ed76af714fcc7 100644 (file)
--- a/atl2.spec
+++ b/atl2.spec
@@ -13,6 +13,7 @@ License:      GPL v2
 Group:         Base/Kernel
 Source0:       http://starowa.one.pl/~uzi/pld/atl2-%{version}.tar.gz
 # Source0-md5: 196771fa8e7164d4c9beabcfdf4058b5
+Patch0:                kernel-net-atl2-build.patch
 URL:           http://www.attansic.com/
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.379
@@ -33,6 +34,7 @@ Attansic(R) L2 Fast Ethernet Adapter.
 
 %prep
 %setup -q -n atl2-%{version}
+%patch0 -p0
 
 cat > src/Makefile <<'EOF'
 obj-m := atl2.o
@@ -58,5 +60,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc atl2.7 COPYING readme release_note.txt ldistrib.txt
-/etc/modprobe.d/%{_kernel_ver}/atl2.conf
+#/etc/modprobe.d/%{_kernel_ver}/atl2.conf
 /lib/modules/%{_kernel_ver}/kernel/drivers/net/atl2*.ko*
This page took 0.043873 seconds and 4 git commands to generate.