1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Remove 00-nego, make more issues than fixes

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-10-31 15:30:07 +01:00
parent dc450ffccd
commit 47ac658fd4

View file

@ -1,3 +0,0 @@
#!/bin/sh
# Needed for some device, like rtl8156 2.5G USB adapter
[ "$ACTION" = "ifup" ] && [ -n "$DEVICE" ] && [ -n "$(lsusb | grep 8156)" ] && [ -n "$(ethtool $DEVICE | grep 2500)" ] && ethtool -s $DEVICE autoneg on