fix tomatoanon checkver

arm-sdk7
Shibby 11 years ago
parent de90698720
commit 7ece8c497f

@ -16,11 +16,16 @@ void start_tomatoanon(void)
xstart( "tomatoanon" ); xstart( "tomatoanon" );
if (nvram_match("tomatoanon_notify", "1"))
xstart( "tomatoanon", "checkver" );
return; return;
} }
void stop_tomatoanon(void) void stop_tomatoanon(void)
{ {
xstart( "cru", "d", "tomatoanon" ); xstart( "cru", "d", "anonupdate" );
xstart( "cru", "d", "checkver" );
return; return;
} }

Loading…
Cancel
Save