# HG changeset patch # User Christophe Lincoln # Date 1208511532 -7200 # Node ID 42c76146fbcd8d023e3f4c3bbf5e22e94ecf2be2 # Parent f1529c400e818c79be7a11fcb94b0b1aa64d1cb6 network.conf: add wifi configuration variables diff -r f1529c400e81 -r 42c76146fbcd etc/network.conf --- a/etc/network.conf Fri Apr 18 11:32:24 2008 +0200 +++ b/etc/network.conf Fri Apr 18 11:38:52 2008 +0200 @@ -23,3 +23,10 @@ # Set DNS server. for a static IP. DNS_SERVER="192.168.0.1" +# Wifi connection. +# Enable/disable wireless connection at boot time. +WIFI="no" + +# Wifi interface (iwconfig) and ESSID. +WIFI_INTERFACE="wlan0" +ESSID="any"