mir3c/squashfs-root/etc/rc.local

5 lines
128 B
Plaintext
Executable File

# restore phy config
speed=$(uci -q get xiaoqiang.common.WAN_SPEED)
[ -n "$speed" ] && /usr/sbin/phyhelper swan "$speed"
exit 0