connman: typo in network.conf, thanks to ilya

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-28 22:55:21 +02:00
parent d743a056d2
commit 5fe596e694

View File

@ -1,19 +1,19 @@
# Network configuration
# Hostname to use, this also affects Samba, Avahi and some others
# ypu can leave blanc to use "openelec" as hostname (default)
# ypu can leave blank to use "openelec" as hostname (default)
HOSTNAME=""
# Network technology ( LAN / WLAN )
# "LAN" or leave blanc to use Wired LAN Connection (default)
# "LAN" or leave blank to use Wired LAN Connection (default)
NETWORK=""
# Network interface name or address (e.g. "eth0", "wlan0" or "00:0d:56:ec:ba:0c")
# you can leave blanc to use eth0 (default)
# you can leave blank to use eth0 (default)
IFACE=""
# Static IP address in CIDR format (e.g. "192.168.1.1/24")
# leave blanc to use DHCP server (default)
# leave blank to use DHCP server (default)
IPADDRESS=""
# Network gateway (e.g. "192.168.1.254")
@ -29,7 +29,7 @@
SSID=""
# WLAN Security method ( NONE / WEP / PSK )
# "NONE" or leave blanc on an open WLAN (default)
# "NONE" or leave blank on an open WLAN (default)
# "WEP" for WEP protected WLAN's
# "PSK" for WPA protected WLAN's
SECURITY=""