Changeset 147
- Timestamp:
- 12/20/06 13:12:19 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wifidog/wifidog-1.1.3_beta4/scripts/openwrt/S65wifidog
r139 r147 18 18 long=$(echo $(nvram get ff_adm_gps) | sed -e "s/\(.+\);\(.+\)/\1/") 19 19 lat=$(echo $(nvram get ff_adm_gps) | sed -e "s/\(.+\);\(.+\)/\2/") 20 gat=$(nvram get wifi_ifname) 20 21 21 22 write_config() { … … 49 50 # Set this to the internal interface. Typically br0 for OpenWrt, and eth1 otherwise 50 51 51 GatewayInterface eth152 GatewayInterface $gat 52 53 53 54 # Proprietary of the node (enrolled nickname on the auth server)
