mediatek: update to latest kernel patchset from v4.13-rc
[openwrt/openwrt.git] / target / linux / mediatek / base-files / etc / init.d / mtkhnat
1 #!/bin/sh /etc/rc.common
2
3 START=90
4
5 USE_PROCD=1
6 NAME=mtkhnat
7 PROG=/sbin/mtkhnat
8
9 start_service() {
10 procd_open_instance
11 procd_set_param command "${PROG}"
12 procd_close_instance
13 }