change 'ifnames' to 'ifname' in network config, fix #697
[openwrt-10.03/.git] / package / base-files / x86-2.6 / etc / config / network
index 9f521c05bf484df04575435ccffa6eb4d4fdc6f9..f1ed977450735be2949ef71cba1dd041992eb098 100644 (file)
@@ -2,7 +2,7 @@
 
 config interface lan
        option type     bridge
-       option ifnames  "eth1 eth2"
+       option ifname   "eth1 eth2"
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0