Changeset 25882
- Timestamp:
- 2011-03-06T11:40:04+01:00 (7 years ago)
- Location:
- trunk/target/linux/omap24xx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/omap24xx/base-files/etc/init.d/watchdog
r22534 r25882 2 2 # Copyright (C) 2008-2010 OpenWrt.org 3 3 4 START=97 4 START=25 5 5 6 start() { 6 if ! [ -c /dev/watchdog -a -x /sbin/watchdog ]; then7 [ -c /dev/watchdog -a -x /sbin/watchdog ] || { 7 8 echo "WARNING: Watchdog not available. System will reboot soon!" 8 else 9 /sbin/watchdog -T 63 -t 53 /dev/watchdog 10 fi 9 return 1 10 } 11 /sbin/watchdog -T 60 -t 50 /dev/watchdog 12 [ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog) 11 13 } 12 14 -
trunk/target/linux/omap24xx/profiles/100-n810.mk
r25423 r25882 18 18 kmod-leds-gpio \ 19 19 kmod-usb-tahvo kmod-usb-eth-gadget kmod-usb-net kmod-usb-net-cdc-ether \ 20 kmod-n810bm maemo-kexec calvaria 20 kmod-n810bm maemo-kexec calvaria \ 21 schedtool 21 22 endef 22 23
Note: See TracChangeset
for help on using the changeset viewer.