blob: 6a15cfb3430c0d82b7b2449f59451fa0ef19e387 [file] [log] [blame]
#!/bin/sh /etc/rc.common
START=99
USE_PROCD=1
NAME=pppq_ebl
#if hnat is not exist, switch module to mtk_ppe
module=hnat
[ -d /sys/kernel/debug/${module} ] || {
module=mtk_ppe
}
start_service() {
echo 2 > /sys/kernel/debug/${module}/qos_toggle
}