Added 8139too for kernel 4.4.
This commit is contained in:
parent
aee4c1e7a6
commit
3d160e709b
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -97,6 +97,8 @@ noinst_HEADERS = \
|
|||
8139too-3.6-orig.c \
|
||||
8139too-3.8-ethercat.c \
|
||||
8139too-3.8-orig.c \
|
||||
8139too-4.4-ethercat.c \
|
||||
8139too-4.4-orig.c \
|
||||
e100-2.6.20-ethercat.c \
|
||||
e100-2.6.20-orig.c \
|
||||
e100-2.6.24-ethercat.c \
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
set -x
|
||||
|
||||
KERNELDIR=/data/kernel/linux-3.16.6
|
||||
PREVER=3.14
|
||||
KERNELVER=3.16
|
||||
KERNELDIR=/data/kernel/linux-4.4.162
|
||||
PREVER=3.16
|
||||
KERNELVER=4.4
|
||||
|
||||
for f in $KERNELDIR/drivers/net/ethernet/{realtek/8139too,realtek/r8169,intel/e100}.c; do
|
||||
echo $f
|
||||
|
|
|
|||
Loading…
Reference in New Issue