mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 17:17:23 +08:00
Added e100 driver for kernel 3.6.
This commit is contained in:
@@ -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
+1
-1
@@ -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.}
|
||||
|
||||
Reference in New Issue
Block a user