Changeset 7567
- Timestamp:
- 07/28/07 17:21:33 (6 years ago)
- Location:
- src/router
- Files:
-
- 5 edited
-
httpd/modules/broadcom.c (modified) (3 diffs)
-
kromo/cisco_wrt54g_en/Factory_Defaults.asp (modified) (2 diffs)
-
kromo/cisco_wrt54g_en/Makefile (modified) (1 diff)
-
kromo/cisco_wrt54g_en/Wireless_Basic.asp (modified) (1 diff)
-
kromo/cisco_wrt54g_en/help/HWireless.asp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/modules/broadcom.c
r7553 r7567 1072 1072 websWrite (wp, output); 1073 1073 #endif 1074 1075 /* 1076 struct support_list *v; 1077 for (v = supports; v < &supports[SUPPORT_COUNT]; v++) 1078 { 1079 if (!strcmp (v->supp_name, name) && !strcmp (v->supp_value, value)) 1080 { 1081 websWrite (wp, output); 1082 return; 1083 } 1084 } 1085 */ 1074 #ifdef HAVE_ACK 1075 if (!strcmp (name, "ACK") && !strcmp (value, "1")) 1076 websWrite (wp, output); 1077 #endif 1078 1086 1079 return; 1087 1080 } … … 1121 1114 #ifndef HAVE_WIVIZ 1122 1115 if (!strcmp (name, "WIVIZ_SUPPORT") && !strcmp (value, "1")) 1116 { 1117 websWrite (wp, output); 1118 return; 1119 } 1120 #endif 1121 #ifndef HAVE_ACK 1122 if (!strcmp (name, "ACK") && !strcmp (value, "1")) 1123 1123 { 1124 1124 websWrite (wp, output); … … 1167 1167 return; 1168 1168 #endif 1169 /*1170 struct support_list *v;1171 for (v = supports; v < &supports[SUPPORT_COUNT]; v++)1172 {1173 if (!strcmp (v->supp_name, name))1174 {1175 if (strcmp (v->supp_value, value))1176 {1177 websWrite (wp, output);1178 return;1179 }1180 else1181 return;1182 }1183 }1184 */1185 1169 // websWrite(wp,output); 1186 1170 return; -
src/router/kromo/cisco_wrt54g_en/Factory_Defaults.asp
r7450 r7567 9 9 } 10 10 F.save_button.value = sbutton.saving; 11 apply(F); 12 return true; 13 } 14 } 15 function to_apply(F) { 16 if( F.FactoryDefaults[0].checked == 1 ) { 17 if(!confirm(factdef.mess1)) { 18 return false; 19 } 20 F.save_button.value = sbutton.saving; 21 applytake(F); 11 applyupdate(F); 22 12 return true; 23 13 } … … 72 62 <script type="text/javascript"> 73 63 //<![CDATA[ 74 submitFooterButton(1,1); 64 document.write("<input class=\"button\" type=\"button\" name=\"save_button\" value=\"" + sbutton.save + "\" onclick=\"to_submit(this.form);\" />"); 65 document.write("<input class=\"button\" type=\"button\" name=\"reset_button\" value=\"" + sbutton.cancel + "\" onclick=\"window.location.reload();\" />"); 75 66 //]]> 76 67 </script> -
src/router/kromo/cisco_wrt54g_en/Makefile
r7414 r7567 74 74 mkdir $(INSTALLDIR)/www/style/buffalo 75 75 cp buffalo/style.css $(INSTALLDIR)/www/style/buffalo 76 cp buffalo/common_buffalo.css $(INSTALLDIR)/www/style 76 # cp elegant/style_ie.css $(INSTALLDIR)/www/style/buffalo 77 cp buffalo/common.css $(INSTALLDIR)/www/style 77 78 cp buffalo/images/* $(INSTALLDIR)/www/images 79 80 # mkdir $(INSTALLDIR)/www/style/buffalo 81 # cp buffalo/style.css $(INSTALLDIR)/www/style/buffalo 82 # cp buffalo/common_buffalo.css $(INSTALLDIR)/www/style 83 # cp buffalo/images/* $(INSTALLDIR)/www/images 78 84 endif 79 85 -
src/router/kromo/cisco_wrt54g_en/Wireless_Basic.asp
r7450 r7567 229 229 <dt class="term"><% tran("wl_basic.label2"); %>:</dt> 230 230 <dd class="definition"><% tran("hwl_basic.right2"); %></dd> 231 <% support_invmatch("ACK","1","<!--"); %> 231 232 <dt class="term"><% tran("hwl_basic.right3"); %></dt> 232 233 <dd class="definition"><% tran("hwl_basic.right4"); %></dd> 234 <% support_invmatch("ACK","1","-->"); %> 233 235 </dl><br /> 234 236 <a href="javascript:openHelpWindow<% nvram_selmatch("dist_type","micro","Ext"); %>('HWireless.asp')"><% tran("share.more"); %></a> -
src/router/kromo/cisco_wrt54g_en/help/HWireless.asp
r6808 r7567 35 35 <dt>Wireless SSID Broadcast</dt> 36 36 <dd>When wireless clients survey the local area for wireless networks to associate with, they will detect the SSID broadcast by the router. To broadcast the router SSID, keep the default setting, <i>Enable</i>. If you do not want to broadcast the router SSID, then select <i>Disable</i>.</dd> 37 <% support_invmatch("ACK","1","<!--"); %> 37 38 <dt>Sensitivity Range</dt> 38 39 <dd>Adjusts the ack timing in Atheros typical way based on the maximum distance in meters 39 40 <div class="note"> 40 41 <h4>Note</h4> 41 <div>On Atheros based DD-WRT firmwares 0 will not disable ack timing but will turn into a dynamicACK timing mode</div>42 <div>On Atheros based DD-WRT firmwares 0 will not disable ack timing but will turn into default ACK timing mode</div> 42 43 </div> 43 44 <ul class="wide"> … … 46 47 </ul> 47 48 </dd> 49 <% support_invmatch("ACK","1","-->"); %> 48 50 <dd>Check all values and click <i>Save Settings</i> to save your settings. Click <i>Cancel Changes</i> to cancel your unsaved changes.</dd> 49 51 </dl>
Note: See TracChangeset
for help on using the changeset viewer.
