Changeset 12011
- Timestamp:
- 04/28/09 17:03:29 (4 years ago)
- Location:
- src/router
- Files:
-
- 3 edited
-
httpd/Makefile (modified) (1 diff)
-
httpd/visuals/dd-wrt.c (modified) (1 diff)
-
libutils/wl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/Makefile
r11910 r12011 217 217 CFLAGS += -DHAVE_EOC1650 218 218 endif 219 ifeq ($(CONFIG_ALLNETWRT),y) 220 CFLAGS += -DHAVE_ALLNETWRT 221 endif 219 222 ifeq ($(CONFIG_FONERA2200),y) 220 223 CFLAGS += -DHAVE_FONERA2200 -
src/router/httpd/visuals/dd-wrt.c
r12004 r12011 3922 3922 websWrite( wp,"document.write(\"<option value=\\\"2\\\" %s >Senao EMP-8603-S</option>\");\n",nvram_default_match( wl_cardtype, "2","0" ) ? "selected=\\\"selected\\\"" : "" ); 3923 3923 websWrite( wp,"document.write(\"<option value=\\\"3\\\" %s >Senao EMP-8603</option>\");\n",nvram_default_match( wl_cardtype, "3","0" ) ? "selected=\\\"selected\\\"" : "" ); 3924 websWrite( wp,"document.write(\"<option value=\\\"4\\\" %s >jjPlus JA24MP0 (MakSat OEM)</option>\");\n",nvram_default_match( wl_cardtype, "4","0" ) ? "selected=\\\"selected\\\"" : "" ); 3924 3925 websWrite( wp, "//]]>\n</script>\n</select>\n</div>\n" ); 3925 3926 } -
src/router/libutils/wl.c
r11958 r12011 829 829 } 830 830 if (vendor==0x168c && product==0x2062) 831 return 1; 832 if (vendor==0x168c && product==0x2063) //will include more suspicius cards. 831 833 return 1; 832 834 return 0;
Note: See TracChangeset
for help on using the changeset viewer.
