#!/bin/sh /etc/rc.common

START=41
USE_PROCD=1

start_service() {
    . /lib/mediatek.sh
    mediatek_mount_rae
}
