Changeset 11076
- Timestamp:
- 12/05/08 12:29:18 (4 years ago)
- Location:
- src/router/rc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/Makefile
r11069 r11076 175 175 ifeq ($(CONFIG_X86),y) 176 176 CFLAGS += -DHAVE_X86 177 CFLAGS += -DHAVE_USB HOTPLUG177 CFLAGS += -DHAVE_USB 178 178 endif 179 179 ifeq ($(CONFIG_NOP8670),y) -
src/router/rc/rc.c
r10824 r11076 367 367 return; 368 368 } 369 #ifdef HAVE_USB HOTPLUG369 #ifdef HAVE_USB 370 370 if( !strcmp( argv[1], "usb" ) ) 371 371 {
Note: See TracChangeset
for help on using the changeset viewer.
