Changeset 11076


Ignore:
Timestamp:
12/05/08 12:29:18 (4 years ago)
Author:
eko
Message:

usb hotplug

Location:
src/router/rc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/Makefile

    r11069 r11076  
    175175ifeq ($(CONFIG_X86),y) 
    176176CFLAGS += -DHAVE_X86 
    177 CFLAGS += -DHAVE_USBHOTPLUG 
     177CFLAGS += -DHAVE_USB 
    178178endif 
    179179ifeq ($(CONFIG_NOP8670),y) 
  • src/router/rc/rc.c

    r10824 r11076  
    367367                return; 
    368368                } 
    369 #ifdef HAVE_USBHOTPLUG 
     369#ifdef HAVE_USB 
    370370            if( !strcmp( argv[1], "usb" ) ) 
    371371                { 
Note: See TracChangeset for help on using the changeset viewer.