mirror of https://github.com/aredn/aredn.git
Keep 100mb as the only speed, but let the port autonegotiate with the switch
This commit is contained in:
parent
8dc74c117f
commit
3d25a5c629
|
@ -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
|
||||
+
|
||||
|
|
Loading…
Reference in New Issue