s3c2442: R.I.P.
[openwrt/openwrt.git] / target / linux / etrax / base-files / etc / config / network
1
2 # Copyright (C) 2009 OpenWrt.org
3
4 config interface loopback
5 option ifname lo
6 option proto static
7 option ipaddr 127.0.0.1
8 option netmask 255.0.0.0
9
10 config interface lan
11 option ifname eth0
12 option type none
13 option proto static
14 option ipaddr 192.168.1.1
15 option netmask 255.255.255.0
16 # option macaddr 00:40:8c:cd:xx:xx
17
18