Changeset 13839
- Timestamp:
- 02/04/10 06:50:30 (3 years ago)
- Location:
- src/router/nvram
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
nvram_linux.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/nvram/Makefile
r13832 r13839 78 78 CFLAGS += -DHAVE_TEW632BRP 79 79 endif 80 ifeq ($(CONFIG_TG2521),y) 81 CFLAGS += -DHAVE_TG2521 82 endif 80 83 81 84 vpath %.c $(SRCBASE)/shared/nvram -
src/router/nvram/nvram_linux.c
r13832 r13839 226 226 exit(1); 227 227 } 228 #if defined(HAVE_WZRHPG300NH) || defined(HAVE_WHRHPGN) || defined(HAVE_DIR825) || defined(HAVE_TEW632BRP) 228 #if defined(HAVE_WZRHPG300NH) || defined(HAVE_WHRHPGN) || defined(HAVE_DIR825) || defined(HAVE_TEW632BRP) || defined(HAVE_TG2521) 229 229 system("/sbin/ledtool 1"); 230 230 #elif HAVE_LSX
Note: See TracChangeset
for help on using the changeset viewer.
