Changeset 10413


Ignore:
Timestamp:
09/19/08 15:35:29 (5 years ago)
Author:
BrainSlayer
Message:

different default settings

Location:
src/router/services
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/Makefile

    r10262 r10413  
    6161OBJS += rstats.o 
    6262endif 
     63ifeq ($(CONFIG_ALLNETWRT),y) 
     64  CFLAGS += -DHAVE_ALLNETWRT 
     65endif 
    6366ifeq ($(CONFIG_OVERCLOCKING),y) 
    6467CFLAGS += -DHAVE_OVERCLOCKING 
  • src/router/services/sysinit/defaults.c

    r10340 r10413  
    13521352    {"wl1_txant", "0", 0}, 
    13531353    {"wl1_antdiv", "3", 0}, 
     1354#elif HAVE_ALLNETWRT 
     1355    {"wl0_txant", "0", 0}, 
     1356    {"wl0_antdiv", "0", 0}, 
    13541357#else 
    13551358    {"wl0_txant", "3", 0}, 
Note: See TracChangeset for help on using the changeset viewer.