From b8f2975352a4546bb23ab9adcd99b8f08a64b83d Mon Sep 17 00:00:00 2001 From: bjo Date: Tue, 11 Oct 2011 13:39:16 +0000 Subject: [PATCH] - removed specfic nodewatcher config - updated crontab for configurator --- .../wr1043nd/etc/config/nodewatcher | 27 ------------------- root_file_system/wr1043nd/etc/crontabs/root | 5 +++- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 root_file_system/wr1043nd/etc/config/nodewatcher diff --git a/root_file_system/wr1043nd/etc/config/nodewatcher b/root_file_system/wr1043nd/etc/config/nodewatcher deleted file mode 100644 index 55b8e38..0000000 --- a/root_file_system/wr1043nd/etc/config/nodewatcher +++ /dev/null @@ -1,27 +0,0 @@ -config 'script' - option 'version' '23' - option 'error_level' '0' - option 'logfile' '/var/log/nodewatcher.log' - option 'sync_hostname' '1' - -config 'api' - option 'ipv4_address' '1' - option 'ipv6_interface' 'br-mesh' - option 'ipv6_address' 'fe80::201:2ff:fe03:405' - option 'timeout' '5' - option 'retry' '5' - -config 'update' - option 'autoupdate' '1' - -config 'crawl' - option 'method' 'hash' - option 'nickname' '1' - option 'password' '1' - option 'router_id' '1' - option 'update_hash' '1' - option 'login_string' '1' - -config 'network' - option 'mesh_interface' 'br-mesh' - option 'client_interfaces' 'wlan0 eth0.1' \ No newline at end of file diff --git a/root_file_system/wr1043nd/etc/crontabs/root b/root_file_system/wr1043nd/etc/crontabs/root index 8c27a2a..05045a2 100644 --- a/root_file_system/wr1043nd/etc/crontabs/root +++ b/root_file_system/wr1043nd/etc/crontabs/root @@ -4,6 +4,9 @@ */5 * * * * sh /etc/tincstart.sh */5 * * * * sh /etc/nodewatcher.sh +*/5 * * * * sh /etc/configurator.sh +0 * * * * sh /etc/configurator.sh sync_hostname + 15 01 * * * rdate -s time.fu-berlin.de > /dev/null @@ -19,4 +22,4 @@ #Fix only for WR1043ND because wlan0 is not added after bootup */5 * * * * brctl addif br-mesh wlan0 #Fix only for WR1043ND because mtu of wlan1 is not set bootup -*/5 * * * * ifconfig wlan1 mtu 1527 \ No newline at end of file +*/5 * * * * ifconfig wlan1 mtu 1527