Removed r8169 from update script (has own subdirectory).

This commit is contained in:
Florian Pose 2025-06-26 11:56:27 +02:00
parent ab6c8b59e5
commit de3b7419f9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ KERNELVER=$3
set -x 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 echo Driver $f
b=$(basename $f) b=$(basename $f)
o=${b/\./-$KERNELVER-orig.} o=${b/\./-$KERNELVER-orig.}