# Customized USB switch port command

if [ "$1" == "rndis" ]; then
    uci set lynq_uci.lynq_rndis.initiate='1'
    uci commit
    killall lynq-ndis-uevent
fi
nohup usb_switch $* >/dev/null 2>/dev/null &
