# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1327401830 -3600
# Node ID 83ab907d2b6e5ae9ef9e73809226d626cfcf9aa9
# Parent  d274f5b4d4e195e18086a4903815e83a36abd7ea
Added missing dist for e1000 driver for 2.6.31.

diff -r d274f5b4d4e1 -r 83ab907d2b6e devices/e1000/Makefile.am
--- a/devices/e1000/Makefile.am	Tue Jan 24 11:37:46 2012 +0100
+++ b/devices/e1000/Makefile.am	Tue Jan 24 11:43:50 2012 +0100
@@ -48,6 +48,8 @@
 	e1000-2.6.28-orig.h \
 	e1000-2.6.29-ethercat.h \
 	e1000-2.6.29-orig.h \
+	e1000-2.6.31-ethercat.h \
+	e1000-2.6.31-orig.h \
 	e1000-2.6.32-ethercat.h \
 	e1000-2.6.32-orig.h \
 	e1000-2.6.33-ethercat.h \
@@ -72,6 +74,8 @@
 	e1000_ethtool-2.6.28-orig.c \
 	e1000_ethtool-2.6.29-ethercat.c \
 	e1000_ethtool-2.6.29-orig.c \
+	e1000_ethtool-2.6.31-ethercat.c \
+	e1000_ethtool-2.6.31-orig.c \
 	e1000_ethtool-2.6.32-ethercat.c \
 	e1000_ethtool-2.6.32-orig.c \
 	e1000_ethtool-2.6.33-ethercat.c \
@@ -114,6 +118,10 @@
 	e1000_hw-2.6.29-ethercat.h \
 	e1000_hw-2.6.29-orig.c \
 	e1000_hw-2.6.29-orig.h \
+	e1000_hw-2.6.31-ethercat.c \
+	e1000_hw-2.6.31-ethercat.h \
+	e1000_hw-2.6.31-orig.c \
+	e1000_hw-2.6.31-orig.h \
 	e1000_hw-2.6.32-ethercat.c \
 	e1000_hw-2.6.32-ethercat.h \
 	e1000_hw-2.6.32-orig.c \
@@ -144,6 +152,8 @@
 	e1000_main-2.6.28-orig.c \
 	e1000_main-2.6.29-ethercat.c \
 	e1000_main-2.6.29-orig.c \
+	e1000_main-2.6.31-ethercat.c \
+	e1000_main-2.6.31-orig.c \
 	e1000_main-2.6.32-ethercat.c \
 	e1000_main-2.6.32-orig.c \
 	e1000_main-2.6.33-ethercat.c \
@@ -168,6 +178,8 @@
 	e1000_osdep-2.6.28-orig.h \
 	e1000_osdep-2.6.29-ethercat.h \
 	e1000_osdep-2.6.29-orig.h \
+	e1000_osdep-2.6.31-ethercat.h \
+	e1000_osdep-2.6.31-orig.h \
 	e1000_osdep-2.6.32-ethercat.h \
 	e1000_osdep-2.6.32-orig.h \
 	e1000_osdep-2.6.33-ethercat.h \
@@ -192,6 +204,8 @@
 	e1000_param-2.6.28-orig.c \
 	e1000_param-2.6.29-ethercat.c \
 	e1000_param-2.6.29-orig.c \
+	e1000_param-2.6.31-ethercat.c \
+	e1000_param-2.6.31-orig.c \
 	e1000_param-2.6.32-ethercat.c \
 	e1000_param-2.6.32-orig.c \
 	e1000_param-2.6.33-ethercat.c \