Changeset 11602
- Timestamp:
- 02/12/09 23:13:18 (4 years ago)
- Location:
- src/router/kromo/dd-wrt
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
Site_Survey.asp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/kromo/dd-wrt/Makefile
r11510 r11602 291 291 ifeq ($(CONFIG_CNC),y) 292 292 cp -f cnc/common.js $(INSTALLDIR)/www/common.js 293 cp -f cnc/logo.png $(INSTALLDIR)/www/style/logo.png 294 cp -f cnc/logo.png $(INSTALLDIR)/www/images/logo.png 293 295 endif 294 296 ifeq ($(CONFIG_MAKSAT),y) -
src/router/kromo/dd-wrt/Site_Survey.asp
r10373 r11602 5 5 function do_join (F,SSID) { 6 6 F.wl_ssid.value = SSID; 7 F.ath0_ssid.value = SSID; 8 7 9 <% nvram_invmatch("wl_mode", "ap", "/"); %><% nvram_invmatch("wl_mode", "ap", "/"); %>F.wl_mode.value="<% nvram_match("wl_mode", "ap", "sta"); %>" 10 <% nvram_invmatch("ath0_mode", "ap", "/"); %><% nvram_invmatch("ath0_mode", "ap", "/"); %>F.ath0_mode.value="<% nvram_match("ath0_mode", "ap", "sta"); %>" 8 11 9 12 if (F.wl_ssid.value == "") { … … 29 32 <input type="hidden" name="wl_ssid" /> 30 33 <input type="hidden" name="wl_mode" /> 34 <input type="hidden" name="ath0_ssid" /> 35 <input type="hidden" name="ath0_mode" /> 31 36 <h2><% tran("survey.h2"); %></h2> 32 37 <table class="center table" cellspacing="5">
Note: See TracChangeset
for help on using the changeset viewer.
