Keep 100mb as the only speed, but let the port autonegotiate with the switch

This commit is contained in:
Tim Wilkinson 2022-06-14 20:27:46 -07:00 committed by Joe AE6XE
parent 8dc74c117f
commit 3d25a5c629
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Index: openwrt/package/base-files/files/etc/rc.local
+BOARDID=$(/usr/local/bin/get_boardid)
+case "$BOARDID" in
+ 0xe885|0xe4e5|0xe6e5)
+ /usr/sbin/ethtool -s eth0 speed 100 duplex full autoneg off
+ /usr/sbin/ethtool -s eth0 speed 100 duplex full autoneg on
+ ;;
+esac
+