]> git.pld-linux.org Git - packages/e1000e.git/blobdiff - e1000e.spec
- updated to 3.4.14
[packages/e1000e.git] / e1000e.spec
index 5385d151e91200ef92d2cc128b9bfcb5e5a39607..bb78e7abdf99e2697190770aac406326f97fc140 100644 (file)
 %undefine      with_userspace
 %endif
 
-%define                rel     7
+%define                rel     9
 %define                pname   e1000e
 Summary:       Intel(R) PRO/1000e driver for Linux
 Summary(en.UTF-8):     Intel® PRO/1000e driver for Linux
 Summary(pl.UTF-8):     Sterownik do karty Intel® PRO/1000e
 Name:          %{pname}%{_alt_kernel}
-Version:       0.4.1.7
+Version:       2.4.14
 Release:       %{rel}
 License:       GPL v2
 Group:         Base/Kernel
-Source0:       http://dl.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
-# Source0-md5: 6ee50d62db27d7af0abfd0cbc61fb76f
-URL:           http://dl.sourceforge.net/e1000/
+Source0:       http://downloads.sourceforge.net/e1000/%{pname}-%{version}.tar.gz
+# Source0-md5: 05bae01409bb699f14297d726df2aa23
+URL:           http://downloads.sourceforge.net/e1000/
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRequires: rpmbuild(macros) >= 1.379
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,10 +40,10 @@ designed to work with the Intel(R) 82571/2/3/4 PCI-E family of gigabit
 adapters and 82567 controllers.
 
 %description -l en.UTF-8
-This package contains the Linux driver for the Intel® PRO/1000
-family of 10/100/1000 Ethernet network adapters. This driver is
-designed to work with the Intel® 82571/2/3/4 PCI-E family of gigabit
-adapters and 82567 controllers.
+This package contains the Linux driver for the Intel® PRO/1000 family
+of 10/100/1000 Ethernet network adapters. This driver is designed to
+work with the Intel® 82571/2/3/4 PCI-E family of gigabit adapters and
+82567 controllers.
 
 %description -l pl.UTF-8
 Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
@@ -70,10 +70,10 @@ designed to work with the Intel(R) 82571/2/3/4 PCI-E family of gigabit
 adapters and 82567 controllers.
 
 %description -n kernel%{_alt_kernel}-net-%{pname} -l en.UTF-8
-This package contains the Linux driver for the Intel® PRO/1000
-family of 10/100/1000 Ethernet network adapters. This driver is
-designed to work with the Intel® 82571/2/3/4 PCI-E family of gigabit
-adapters and 82567 controllers.
+This package contains the Linux driver for the Intel® PRO/1000 family
+of 10/100/1000 Ethernet network adapters. This driver is designed to
+work with the Intel® 82571/2/3/4 PCI-E family of gigabit adapters and
+82567 controllers.
 
 %description -n kernel%{_alt_kernel}-net-%{pname} -l pl.UTF-8
 Ten pakiet zawiera sterownik dla Linuksa do kart sieciowych
@@ -85,12 +85,13 @@ stworzony aby pracować z kartami gigabitowymi rodziny Intel®
 %setup -q -n %{pname}-%{version}
 cat > src/Makefile <<'EOF'
 obj-m := e1000e.o
-e1000e-objs := netdev.o ethtool.o param.o kcompat.o e1000_80003es2lan.o \
-e1000_82571.o e1000_ich8lan.o e1000_mac.o e1000_manage.o e1000_nvm.o \
-e1000_phy.o
+e1000e-objs := netdev.o ethtool.o param.o \
+82571.o ich8lan.o 80003es2lan.o \
+mac.o nvm.o phy.o manage.o kcompat.o
 
-EXTRA_CFLAGS=-DDRIVER_E1000E
+EXTRA_CFLAGS=-DDRIVER_E1000E -DCONFIG_E1000E_SEPARATE_TX_HANDLER
 EOF
+# add -DE1000E_NO_NAPI to disable NAPI
 
 %build
 %build_kernel_modules -C src -m %{pname}
This page took 0.037109 seconds and 4 git commands to generate.