diff --git a/bsp/wr1043nd/root_file_system/etc/ath9k-watchdog b/bsp/wr1043nd/root_file_system/etc/ath9k-watchdog new file mode 100755 index 0000000..d9b49d7 --- /dev/null +++ b/bsp/wr1043nd/root_file_system/etc/ath9k-watchdog @@ -0,0 +1,14 @@ +#!/bin/sh + +logread -f | while read line +do + case "$line" in + *"Could not stop RX"*) + + #Bye + /sbin/reboot + ;; + *) + ;; + esac +done diff --git a/bsp/wr741nd2/root_file_system/etc/ath9k-watchdog b/bsp/wr741nd2/root_file_system/etc/ath9k-watchdog new file mode 100755 index 0000000..d9b49d7 --- /dev/null +++ b/bsp/wr741nd2/root_file_system/etc/ath9k-watchdog @@ -0,0 +1,14 @@ +#!/bin/sh + +logread -f | while read line +do + case "$line" in + *"Could not stop RX"*) + + #Bye + /sbin/reboot + ;; + *) + ;; + esac +done diff --git a/bsp/wr741nd4/root_file_system/etc/ath9k-watchdog b/bsp/wr741nd4/root_file_system/etc/ath9k-watchdog new file mode 100755 index 0000000..d9b49d7 --- /dev/null +++ b/bsp/wr741nd4/root_file_system/etc/ath9k-watchdog @@ -0,0 +1,14 @@ +#!/bin/sh + +logread -f | while read line +do + case "$line" in + *"Could not stop RX"*) + + #Bye + /sbin/reboot + ;; + *) + ;; + esac +done diff --git a/bsp/wr841nd7/root_file_system/etc/ath9k-watchdog b/bsp/wr841nd7/root_file_system/etc/ath9k-watchdog new file mode 100755 index 0000000..d9b49d7 --- /dev/null +++ b/bsp/wr841nd7/root_file_system/etc/ath9k-watchdog @@ -0,0 +1,14 @@ +#!/bin/sh + +logread -f | while read line +do + case "$line" in + *"Could not stop RX"*) + + #Bye + /sbin/reboot + ;; + *) + ;; + esac +done