[Pkg-ofed-commits] r298 - trunk/ofa-kernel/trunk/debian

Guy Coates gmpc-guest at alioth.debian.org
Sat May 30 09:39:06 UTC 2009


Author: gmpc-guest
Date: 2009-05-30 09:39:06 +0000 (Sat, 30 May 2009)
New Revision: 298

Modified:
   trunk/ofa-kernel/trunk/debian/changelog
   trunk/ofa-kernel/trunk/debian/rules
Log:
Make the ipath infiniband module


Modified: trunk/ofa-kernel/trunk/debian/changelog
===================================================================
--- trunk/ofa-kernel/trunk/debian/changelog	2009-05-29 14:25:44 UTC (rev 297)
+++ trunk/ofa-kernel/trunk/debian/changelog	2009-05-30 09:39:06 UTC (rev 298)
@@ -1,3 +1,9 @@
+ofa-kernel (1.4-3) unstable; urgency=low
+
+  * Include building of the ipath infiniband module
+
+ -- Guy Coates <gmpc at sanger.ac.uk>  Sat, 30 May 2009 10:37:53 +0100
+
 ofa-kernel (1.4-2) unstable; urgency=low
 
   * Add quilt dependancy.

Modified: trunk/ofa-kernel/trunk/debian/rules
===================================================================
--- trunk/ofa-kernel/trunk/debian/rules	2009-05-29 14:25:44 UTC (rev 297)
+++ trunk/ofa-kernel/trunk/debian/rules	2009-05-30 09:39:06 UTC (rev 298)
@@ -72,11 +72,10 @@
 	./configure --kernel-sources=$(KSRC) --kernel-version=$(KVERS) \
         --with-core-mod --with-ipoib-mod --with-ipoib-cm --with-sdp-mod --with-srp-mod --with-srp-target-mod \
 	--with-user_mad-mod --with-user_access-mod --with-addr_trans-mod --with-mthca-mod --with-mlx4-mod --with-mlx4_core-mod \
-	--with-mlx4_en-mod --with-mlx4_inf-mod --with-rds-mod --with-madeye-mod  \
+	--with-mlx4_en-mod --with-mlx4_inf-mod --with-rds-mod --with-madeye-mod  --with-ipath_inf-mod \
         --with-qlgc_vnic-mod --with-qlgc_vnic_stats-mod --with-cxgb3-mod --with-nes-mod	--with-nfsrdma-mod
 
 # Broken opts
-# --with-ipath_inf-mod 
 # --with-iser-mod 
 # --with-ehca
 




More information about the Pkg-ofed-commits mailing list