Changeset 14797


Ignore:
Timestamp:
07/13/10 20:36:05 (3 years ago)
Author:
BrainSlayer
Message:

usr8200 prep

Location:
src/router/rc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/Makefile

    r14720 r14797  
    154154ifeq ($(CONFIG_WNDR3700),y) 
    155155CFLAGS += -DHAVE_WNDR3700 
     156endif 
     157ifeq ($(CONFIG_USR8200),y) 
     158CFLAGS += -DHAVE_USR8200 
    156159endif 
    157160ifeq ($(CONFIG_OLED),y) 
  • src/router/rc/resetbutton.c

    r14580 r14797  
    387387#elif HAVE_MI424WR 
    388388        ret = read_bit(10); 
     389#elif HAVE_USR8200 
     390        ret = read_bit(12); 
    389391#elif HAVE_CAMBRIA 
    390392        if (isGW2350()) 
Note: See TracChangeset for help on using the changeset viewer.