mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
3 lines
No EOL
219 B
Bash
3 lines
No EOL
219 B
Bash
#!/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 |