0939419e24
Based on a patch by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 28972
15 lines
186 B
Bash
Executable File
15 lines
186 B
Bash
Executable File
#!/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 &
|
|
}
|