Added e100 driver for kernel 3.6.
This commit is contained in:
parent
8e5d96ba5e
commit
6e8888827a
|
|
@ -109,6 +109,8 @@ noinst_HEADERS = \
|
|||
e100-3.0-orig.c \
|
||||
e100-3.4-ethercat.c \
|
||||
e100-3.4-orig.c \
|
||||
e100-3.6-ethercat.c \
|
||||
e100-3.6-orig.c \
|
||||
ecdev.h \
|
||||
generic.c \
|
||||
r8169-2.6.24-ethercat.c \
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -6,7 +6,7 @@ KERNELDIR=/data/kernel/linux-3.6.11
|
|||
PREVER=3.4
|
||||
KERNELVER=3.6
|
||||
|
||||
for f in $KERNELDIR/drivers/net/ethernet/realtek/{8139too,r8169}.c; do
|
||||
for f in $KERNELDIR/drivers/net/ethernet/{realtek/8139too,realtek/r8169,intel/e100}.c; do
|
||||
echo $f
|
||||
b=$(basename $f)
|
||||
o=${b/\./-$KERNELVER-orig.}
|
||||
|
|
|
|||
Loading…
Reference in New Issue