diff --git a/packages/network/connman/config/network.conf b/packages/network/connman/config/network.conf index 55b4973992..0fc764d667 100644 --- a/packages/network/connman/config/network.conf +++ b/packages/network/connman/config/network.conf @@ -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=""