Changeset 147

Show
Ignore:
Timestamp:
12/20/06 13:12:19 (2 years ago)
Author:
florida
Message:

correction du ticket 62

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-1.1.3_beta4/scripts/openwrt/S65wifidog

    r139 r147  
    1818long=$(echo $(nvram get ff_adm_gps) | sed -e "s/\(.+\);\(.+\)/\1/") 
    1919lat=$(echo $(nvram get ff_adm_gps) | sed -e "s/\(.+\);\(.+\)/\2/") 
     20gat=$(nvram get wifi_ifname) 
    2021 
    2122write_config() { 
     
    4950# Set this to the internal interface.    Typically br0 for OpenWrt, and eth1 otherwise 
    5051 
    51 GatewayInterface eth1 
     52GatewayInterface $gat 
    5253 
    5354# Proprietary of the node (enrolled nickname on the auth server)