From 59304a12243dc2076c4964689b713f300ed1e7e8 Mon Sep 17 00:00:00 2001 From: Bjoern Franke Date: Sun, 24 Feb 2013 09:33:55 +0100 Subject: [PATCH] - 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 --- bsp/wr1043nd/root_file_system/etc/ath9k-watchdog | 14 -------------- bsp/wr741nd2/root_file_system/etc/ath9k-watchdog | 14 -------------- bsp/wr741nd4/root_file_system/etc/ath9k-watchdog | 14 -------------- bsp/wr841nd7/root_file_system/etc/ath9k-watchdog | 14 -------------- 4 files changed, 56 deletions(-) delete mode 100755 bsp/wr1043nd/root_file_system/etc/ath9k-watchdog delete mode 100755 bsp/wr741nd2/root_file_system/etc/ath9k-watchdog delete mode 100755 bsp/wr741nd4/root_file_system/etc/ath9k-watchdog delete mode 100755 bsp/wr841nd7/root_file_system/etc/ath9k-watchdog diff --git a/bsp/wr1043nd/root_file_system/etc/ath9k-watchdog b/bsp/wr1043nd/root_file_system/etc/ath9k-watchdog deleted file mode 100755 index d9b49d7..0000000 --- a/bsp/wr1043nd/root_file_system/etc/ath9k-watchdog +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 deleted file mode 100755 index d9b49d7..0000000 --- a/bsp/wr741nd2/root_file_system/etc/ath9k-watchdog +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 deleted file mode 100755 index d9b49d7..0000000 --- a/bsp/wr741nd4/root_file_system/etc/ath9k-watchdog +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 deleted file mode 100755 index d9b49d7..0000000 --- a/bsp/wr841nd7/root_file_system/etc/ath9k-watchdog +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -logread -f | while read line -do - case "$line" in - *"Could not stop RX"*) - - #Bye - /sbin/reboot - ;; - *) - ;; - esac -done