Changeset 11602


Ignore:
Timestamp:
02/12/09 23:13:18 (4 years ago)
Author:
BrainSlayer
Message:

switch to sta on atheros too

Location:
src/router/kromo/dd-wrt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/kromo/dd-wrt/Makefile

    r11510 r11602  
    291291ifeq ($(CONFIG_CNC),y) 
    292292        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 
    293295endif 
    294296ifeq ($(CONFIG_MAKSAT),y) 
  • src/router/kromo/dd-wrt/Site_Survey.asp

    r10373 r11602  
    55function do_join (F,SSID) { 
    66        F.wl_ssid.value = SSID; 
     7        F.ath0_ssid.value = SSID; 
     8         
    79        <% 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"); %>" 
    811 
    912        if (F.wl_ssid.value == "") { 
     
    2932                        <input type="hidden" name="wl_ssid" /> 
    3033                        <input type="hidden" name="wl_mode" /> 
     34                        <input type="hidden" name="ath0_ssid" /> 
     35                        <input type="hidden" name="ath0_mode" /> 
    3136                        <h2><% tran("survey.h2"); %></h2> 
    3237                        <table class="center table" cellspacing="5"> 
Note: See TracChangeset for help on using the changeset viewer.