modules/freifunk: disable gateway test for now due to uci problems

This commit is contained in:
Jo-Philipp Wich 2009-01-31 04:19:41 +00:00
parent 4093233524
commit 910ac84a46

View file

@ -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 ] && {