blob: 99c39781d8f709768a80e6162a5bed9f5e581c98 [file] [log] [blame]
developerfd40db22021-04-29 10:08:25 +08001#!/bin/sh
2# Copyright (C) 2006-2015 OpenWrt.org
3# Copyright (C) 2010 Vertical Communications
4
5failsafe_mtk_init() {
6 /sbin/mtk_failsafe.sh
7}
8
9boot_hook_add failsafe failsafe_mtk_init