mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
3 lines
141 B
Text
3 lines
141 B
Text
|
#!/bin/sh
|
||
|
# Needed for some device, like rtl8156 2.5G USB adapter
|
||
|
[ "$ACTION" = "ifup" ] && [ -n "$DEVICE" ] && ethtool -s $DEVICE autoneg on
|