mir3c/squashfs-root/etc/rc.local

5 lines
128 B
Plaintext
Raw Normal View History

2018-05-25 08:49:31 +00:00
# restore phy config
speed=$(uci -q get xiaoqiang.common.WAN_SPEED)
[ -n "$speed" ] && /usr/sbin/phyhelper swan "$speed"
exit 0