[amazon] work on pci.
[openwrt.git] / target / linux / rb532 / base-files / etc / config / network
index 8279690..e3ed31f 100644 (file)
@@ -7,6 +7,8 @@ config interface loopback
        option netmask  255.0.0.0
 
 config interface lan
-       option ifname   eth0
-       option proto    dhcp
-
+       option ifname   eth2
+       option type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
This page took 0.028788 seconds and 4 git commands to generate.