From ba79a3518fe9dd24347d9ec8aa00367fcd246f54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20Ren=C3=A9=20Sch=C3=A4dler?=
 <marc.r.schaedler@uni-oldenburg.de>
Date: Wed, 4 Sep 2013 11:35:16 +0200
Subject: [PATCH] add wlanwatchdog crontab entry to tplink boards

---
 bsp/wr1043nd/root_file_system/etc/crontabs/root | 9 +++++++++
 bsp/wr741nd2/root_file_system/etc/crontabs/root | 9 +++++++++
 bsp/wr741nd4/root_file_system/etc/crontabs/root | 9 +++++++++
 bsp/wr841n8/root_file_system/etc/crontabs/root  | 9 +++++++++
 bsp/wr841nd7/root_file_system/etc/crontabs/root | 9 +++++++++
 5 files changed, 45 insertions(+)
 create mode 100644 bsp/wr1043nd/root_file_system/etc/crontabs/root
 create mode 100644 bsp/wr741nd2/root_file_system/etc/crontabs/root
 create mode 100644 bsp/wr741nd4/root_file_system/etc/crontabs/root
 create mode 100644 bsp/wr841n8/root_file_system/etc/crontabs/root
 create mode 100644 bsp/wr841nd7/root_file_system/etc/crontabs/root

diff --git a/bsp/wr1043nd/root_file_system/etc/crontabs/root b/bsp/wr1043nd/root_file_system/etc/crontabs/root
new file mode 100644
index 00000000..086aa8c4
--- /dev/null
+++ b/bsp/wr1043nd/root_file_system/etc/crontabs/root
@@ -0,0 +1,9 @@
+*/5 * * * *	sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
+
+*/5 * * * *	sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
+
+#15 01 * * *	rdate -s time.fu-berlin.de > /dev/null
+
+#Enable zapp script if you are running a gateway
+#*/1 * * * * /etc/init.d/zapp
+
diff --git a/bsp/wr741nd2/root_file_system/etc/crontabs/root b/bsp/wr741nd2/root_file_system/etc/crontabs/root
new file mode 100644
index 00000000..086aa8c4
--- /dev/null
+++ b/bsp/wr741nd2/root_file_system/etc/crontabs/root
@@ -0,0 +1,9 @@
+*/5 * * * *	sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
+
+*/5 * * * *	sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
+
+#15 01 * * *	rdate -s time.fu-berlin.de > /dev/null
+
+#Enable zapp script if you are running a gateway
+#*/1 * * * * /etc/init.d/zapp
+
diff --git a/bsp/wr741nd4/root_file_system/etc/crontabs/root b/bsp/wr741nd4/root_file_system/etc/crontabs/root
new file mode 100644
index 00000000..086aa8c4
--- /dev/null
+++ b/bsp/wr741nd4/root_file_system/etc/crontabs/root
@@ -0,0 +1,9 @@
+*/5 * * * *	sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
+
+*/5 * * * *	sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
+
+#15 01 * * *	rdate -s time.fu-berlin.de > /dev/null
+
+#Enable zapp script if you are running a gateway
+#*/1 * * * * /etc/init.d/zapp
+
diff --git a/bsp/wr841n8/root_file_system/etc/crontabs/root b/bsp/wr841n8/root_file_system/etc/crontabs/root
new file mode 100644
index 00000000..086aa8c4
--- /dev/null
+++ b/bsp/wr841n8/root_file_system/etc/crontabs/root
@@ -0,0 +1,9 @@
+*/5 * * * *	sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
+
+*/5 * * * *	sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
+
+#15 01 * * *	rdate -s time.fu-berlin.de > /dev/null
+
+#Enable zapp script if you are running a gateway
+#*/1 * * * * /etc/init.d/zapp
+
diff --git a/bsp/wr841nd7/root_file_system/etc/crontabs/root b/bsp/wr841nd7/root_file_system/etc/crontabs/root
new file mode 100644
index 00000000..086aa8c4
--- /dev/null
+++ b/bsp/wr841nd7/root_file_system/etc/crontabs/root
@@ -0,0 +1,9 @@
+*/5 * * * *	sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh
+
+*/5 * * * *	sh /etc/wlanwatchdog.sh >> /var/log/wlanwatchdog.log 2>&1
+
+#15 01 * * *	rdate -s time.fu-berlin.de > /dev/null
+
+#Enable zapp script if you are running a gateway
+#*/1 * * * * /etc/init.d/zapp
+
-- 
GitLab