1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-16 04:38:37 +03:00
openwrt-xburst/package/om2p-watchdog/files/om2p-watchdog.init

15 lines
186 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
#
# Copyright (C) 2011 OpenWrt.org
#
START=11
boot() {
. /lib/ar71xx.sh
local board=$(ar71xx_board_name)
[ "$board" = "om2p" ] && /sbin/om2p-watchdog &
}