Completed LuCI Livestats
[project/luci.git] / contrib / uci / hostfiles / etc / config / network
index 1caf3e7..6f499c9 100644 (file)
@@ -15,7 +15,7 @@ config interface loopback
 #### LAN configuration
 config interface lan
        option type     bridge
-       option ifname   "eth0.0"
+       option ifname   "eth0"
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
@@ -23,5 +23,5 @@ config interface lan
 
 #### WAN configuration
 config interface       wan
-       option ifname   "eth0.1"
+       option ifname   "wlan0"
        option proto    dhcp