Changeset 13828


Ignore:
Timestamp:
02/03/10 11:11:52 (3 years ago)
Author:
BrainSlayer
Message:

trendnet TEW-652BRP v1.0R support (identical to TEW-632BRP)

Location:
src/router/libutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/libutils/Makefile

    r13826 r13828  
    541541CFLAGS += -DHAVE_TEW632BRP 
    542542endif 
     543ifeq ($(CONFIG_TEW652BRP),y) 
     544CFLAGS += -DHAVE_TEW652BRP 
     545endif 
    543546 
    544547 
  • src/router/libutils/utils.c

    r13826 r13828  
    10001000        setRouter("Dlink DIR-825"); 
    10011001        return ROUTER_BOARD_PB42; 
     1002#elif HAVE_TEW652BRP 
     1003        setRouter("Trendnet TEW-652BRP"); 
     1004        return ROUTER_BOARD_PB42; 
    10021005#elif HAVE_TEW632BRP 
    10031006        setRouter("Trendnet TEW-632BRP"); 
Note: See TracChangeset for help on using the changeset viewer.