Removed r8169 from update script (has own subdirectory).
This commit is contained in:
parent
ab6c8b59e5
commit
de3b7419f9
|
|
@ -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.}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue