modules/freifunk: Remove ff_olsr_test_gw
[project/luci.git] / modules / freifunk / root / etc / init.d / freifunk
index f524869..ed1364e 100755 (executable)
@@ -11,10 +11,6 @@ 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_watchdog' /etc/crontabs/root || {
                echo "*/5 * * * *       /usr/sbin/ff_olsr_watchdog" >> /etc/crontabs/root
        }