Changeset 3915
- Timestamp:
- 09/12/2006 01:11:36 AM (3 years ago)
- Files:
-
- src/router/rc/Makefile (modified) (2 diffs)
- src/router/rc/rc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/rc/Makefile
r3898 r3915 20 20 21 21 OBJS := 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 22 OBJS += resetbutton.o ntp.o listen.o check_ps.o process_monitor.o sendudp.o radio_timer.o watchdog.o 23 23 24 24 REWRITE_REVISION_H1 := $(shell echo -n '\#define SVN_REVISION "' > revision.h) … … 88 88 ifeq ($(CONFIG_MAGICBOX),y) 89 89 CFLAGS += -DHAVE_MAGICBOX 90 OBJS += watchdog.o91 90 endif 92 91 src/router/rc/rc.c
r3898 r3915 777 777 return start_main ("brctl", argc, argv); 778 778 #endif 779 #ifdef HAVE_MAGICBOX780 779 else if (strstr (base, "watchdog")) 781 780 return watchdog_main (argc, argv); 782 #endif783 781 // else if (strstr (base, "reboot")) 784 782 // shutdown_system();
