Changeset 14797
- Timestamp:
- 07/13/10 20:36:05 (3 years ago)
- Location:
- src/router/rc
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
resetbutton.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/Makefile
r14720 r14797 154 154 ifeq ($(CONFIG_WNDR3700),y) 155 155 CFLAGS += -DHAVE_WNDR3700 156 endif 157 ifeq ($(CONFIG_USR8200),y) 158 CFLAGS += -DHAVE_USR8200 156 159 endif 157 160 ifeq ($(CONFIG_OLED),y) -
src/router/rc/resetbutton.c
r14580 r14797 387 387 #elif HAVE_MI424WR 388 388 ret = read_bit(10); 389 #elif HAVE_USR8200 390 ret = read_bit(12); 389 391 #elif HAVE_CAMBRIA 390 392 if (isGW2350())
Note: See TracChangeset
for help on using the changeset viewer.
