target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
[openwrt.git] / target / linux / at91 / base-files / etc / config / network
index 92d3542..2aecfb9 100644 (file)
@@ -7,7 +7,9 @@ config interface loopback
 config interface lan
        option ifname   eth0
        option type     none
-       option proto    dhcp
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
 
 config interface debug
        option ifname   usb0
This page took 0.021674 seconds and 4 git commands to generate.