rewrite of the network scripts and configuration
[openwrt-10.03/.git] / package / base-files / ar7-2.4 / etc / config / network
1 # Network configuration file
2
3 config interface lan
4         option ifname   eth0
5         option proto    static
6         option ipaddr   192.168.1.1
7         option netmask  255.255.255.0
8