- moved ath9k-watchdog to default

- watchdog bites now in case of 'Failed to stop TX' instead of 'Could not stop RX'
- instead of reboot, reset wifi and add enable batman-adv on wifi again
This commit is contained in:
Bjoern Franke 2013-02-24 09:33:55 +01:00
parent b96357b200
commit 59304a1224
4 changed files with 0 additions and 56 deletions

View File

@ -1,14 +0,0 @@
#!/bin/sh
logread -f | while read line
do
case "$line" in
*"Could not stop RX"*)
#Bye
/sbin/reboot
;;
*)
;;
esac
done

View File

@ -1,14 +0,0 @@
#!/bin/sh
logread -f | while read line
do
case "$line" in
*"Could not stop RX"*)
#Bye
/sbin/reboot
;;
*)
;;
esac
done

View File

@ -1,14 +0,0 @@
#!/bin/sh
logread -f | while read line
do
case "$line" in
*"Could not stop RX"*)
#Bye
/sbin/reboot
;;
*)
;;
esac
done

View File

@ -1,14 +0,0 @@
#!/bin/sh
logread -f | while read line
do
case "$line" in
*"Could not stop RX"*)
#Bye
/sbin/reboot
;;
*)
;;
esac
done