Changeset 10413
- Timestamp:
- 09/19/08 15:35:29 (5 years ago)
- Location:
- src/router/services
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
sysinit/defaults.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/Makefile
r10262 r10413 61 61 OBJS += rstats.o 62 62 endif 63 ifeq ($(CONFIG_ALLNETWRT),y) 64 CFLAGS += -DHAVE_ALLNETWRT 65 endif 63 66 ifeq ($(CONFIG_OVERCLOCKING),y) 64 67 CFLAGS += -DHAVE_OVERCLOCKING -
src/router/services/sysinit/defaults.c
r10340 r10413 1352 1352 {"wl1_txant", "0", 0}, 1353 1353 {"wl1_antdiv", "3", 0}, 1354 #elif HAVE_ALLNETWRT 1355 {"wl0_txant", "0", 0}, 1356 {"wl0_antdiv", "0", 0}, 1354 1357 #else 1355 1358 {"wl0_txant", "3", 0},
Note: See TracChangeset
for help on using the changeset viewer.
