tomato firmware では cron ではなくて cru が動いている。
# cru l
37 10,14,18,22,2,6 * * * ntpsync --cron #ntpsync#
37 18 17 5 * ddns-update 0 force #ddnsf0#
45 13 * * * ether-wake 00:02:B3:89:F2:99 #WakeUpTest#
# cru
Cron Utility
add: cru a <unique id> <"min hour day month week command">
delete: cru d <unique id>
list: cru l
# cru d WakeUpTest
# cru l
37 10,14,18,22,2,6 * * * ntpsync --cron #ntpsync#
37 18 17 5 * ddns-update 0 force #ddnsf0#
#