summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-01-31 04:19:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-01-31 04:19:41 +0000
commit910ac84a460916f7dba4a536b7cf08402ccd7f02 (patch)
tree7edf676be268f502b8ae9ed5d576ca41b45ddd7b
parent4093233524fa441c0a56f7b3d083bd59ab144f23 (diff)
modules/freifunk: disable gateway test for now due to uci problems
-rwxr-xr-xmodules/freifunk/root/etc/init.d/freifunk6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk
index f1b274471..801dd5bc7 100755
--- a/modules/freifunk/root/etc/init.d/freifunk
+++ b/modules/freifunk/root/etc/init.d/freifunk
@@ -9,9 +9,9 @@ boot() {
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
}
- grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || {
- echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root
- }
+# grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || {
+# echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root
+# }
[ -f /etc/rc.local ] && . /etc/rc.local
[ -d /etc/rc.local.d ] && {