2019-11-28 06:45:09 -08:00

17 lines
250 B
Bash

#!/bin/sh /etc/rc.common
chmod 777 /sbin/mtkwifi
START=15
STOP=15
USE_PROCD=1
start_service() {
[ -f /etc/hotplug.d/firmware/11-mtk-wifi-e2p ] && sh /etc/hotplug.d/firmware/11-mtk-wifi-e2p
}
stop_service() {
echo 'do nothing' > /dev/null
}