View Single Post
filip.pz's Avatar
Posts: 108 | Thanked: 579 times | Joined on Feb 2013 @ Požega, Croatia
#23
Originally Posted by peterleinchen View Post
But I guess this is only valid for newer kernels. Right, filip?
So maybe you should wait with a new package or create a parallel one?
We could do:
Code:
if [ -e /dev/wl4030-wdt ]; then
  echo XXX > /dev/wl4030-wdt
else
  echo XXX > /dev/watchdog1
fi
But then again, no error is visible in dmesg or console as is

Last edited by filip.pz; 2015-10-18 at 11:29. Reason: corrected test to be -e insetad of -f
 

The Following 4 Users Say Thank You to filip.pz For This Useful Post: