Changeset 12062


Ignore:
Timestamp:
05/08/09 13:37:09 (4 years ago)
Author:
BrainSlayer
Message:

change in card selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/visuals/dd-wrt.c

    r12060 r12062  
    39183918    // char maxpower[16]; 
    39193919#ifdef HAVE_MADWIFI 
     3920#ifndef HAVE_MAKSAT 
    39203921    if (isEMP(prefix)) 
    39213922        { 
     
    39283929        websWrite( wp,"document.write(\"<option value=\\\"5\\\" %s >Alfa Networks AWPCI085H</option>\");\n",nvram_default_match( wl_cardtype, "5","0" ) ? "selected=\\\"selected\\\"" : "" ); 
    39293930        websWrite( wp,"document.write(\"<option value=\\\"6\\\" %s >Alfa Networks AWPCI085P</option>\");\n",nvram_default_match( wl_cardtype, "6","0" ) ? "selected=\\\"selected\\\"" : "" ); 
    3930         websWrite( wp,"document.write(\"<option value=\\\"4\\\" %s >MakSat MP26</option>\");\n",nvram_default_match( wl_cardtype, "4","0" ) ? "selected=\\\"selected\\\"" : "" ); 
     3931        websWrite( wp,"document.write(\"<option value=\\\"4\\\" %s >MakSat MAK27</option>\");\n",nvram_default_match( wl_cardtype, "4","0" ) ? "selected=\\\"selected\\\"" : "" ); 
    39313932        websWrite( wp,"document.write(\"<option value=\\\"1\\\" %s >Senao EMP-8602</option>\");\n",nvram_default_match( wl_cardtype, "1","0" ) ? "selected=\\\"selected\\\"" : "" ); 
    39323933        websWrite( wp,"document.write(\"<option value=\\\"2\\\" %s >Senao EMP-8603-S</option>\");\n",nvram_default_match( wl_cardtype, "2","0" ) ? "selected=\\\"selected\\\"" : "" ); 
     
    39343935        websWrite( wp, "//]]>\n</script>\n</select>\n</div>\n" );        
    39353936        } 
     3937#endif // ! HAVE MAKSAT 
    39363938    char wl_regdomain[16]; 
    39373939 
Note: See TracChangeset for help on using the changeset viewer.