Check for modules.d existence before loading modules
[openwrt.git] / package / base-files / files / etc / config / network
index 1d5ded3..a35fd2e 100644 (file)
@@ -8,6 +8,7 @@ config interface loopback
 
 config interface lan
        option ifname   eth0
+       option type     bridge
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
This page took 0.023234 seconds and 4 git commands to generate.