633e548e01
SVN-Revision: 10727
8 lines
140 B
Bash
Executable File
8 lines
140 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2008 OpenWrt.org
|
|
|
|
START=97
|
|
start() {
|
|
[ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog
|
|
}
|