rewrite of the network scripts and configuration
[openwrt.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
This page took 0.045257 seconds and 5 git commands to generate.