Changeset 3915

Show
Ignore:
Timestamp:
09/12/2006 01:11:36 AM (3 years ago)
Author:
BrainSlayer
Message:

watchdog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/rc/Makefile

    r3898 r3915  
    2020 
    2121OBJS := rc.o init.o servicemanager.o services.o stats.o crc.o http.o 
    22 OBJS += resetbutton.o ntp.o listen.o check_ps.o process_monitor.o sendudp.o radio_timer.o  
     22OBJS += resetbutton.o ntp.o listen.o check_ps.o process_monitor.o sendudp.o radio_timer.o watchdog.o 
    2323 
    2424REWRITE_REVISION_H1 := $(shell echo -n '\#define SVN_REVISION "' > revision.h) 
     
    8888ifeq ($(CONFIG_MAGICBOX),y) 
    8989CFLAGS += -DHAVE_MAGICBOX 
    90 OBJS += watchdog.o 
    9190endif 
    9291 
  • src/router/rc/rc.c

    r3898 r3915  
    777777    return start_main ("brctl", argc, argv); 
    778778#endif 
    779 #ifdef HAVE_MAGICBOX 
    780779  else if (strstr (base, "watchdog")) 
    781780    return watchdog_main (argc, argv); 
    782 #endif 
    783781//  else if (strstr (base, "reboot")) 
    784782//    shutdown_system();