2cc6ae4a9d
Also added the watchdog-kick package: Some devices (namely Nokia N9/950) use more than one watchdog, and watchdog-kick package kicks all of /dev/watchdogs? every 10 seconds so they don't reset the device
3 lines
50 B
Bash
3 lines
50 B
Bash
#!/bin/sh
|
|
|
|
rc-update -q add watchdog-kick sysinit
|