immortalwrt/package/mtk/drivers/mt_wifi/files/firmware.sh
2019-07-07 01:42:21 +08:00

17 lines
250 B
Bash
Executable File

#!/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
}