mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-17 16:51:44 +08:00
Removed r8169 from update script (has own subdirectory).
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ KERNELVER=$3
|
||||
|
||||
set -x
|
||||
|
||||
for f in $KERNELDIR/drivers/net/ethernet/{realtek/8139too.c,realtek/r8169*.[ch],intel/e100.c}; do
|
||||
for f in $KERNELDIR/drivers/net/ethernet/{realtek/8139too.c,intel/e100.c}; do
|
||||
echo Driver $f
|
||||
b=$(basename $f)
|
||||
o=${b/\./-$KERNELVER-orig.}
|
||||
|
||||
Reference in New Issue
Block a user