target/rb532: fix ethernet port
authoracoul <alex@ozo.com>
Fri, 27 Nov 2015 20:30:57 +0000 (22:30 +0200)
committeracoul <alex@ozo.com>
Thu, 31 Mar 2016 05:28:36 +0000 (08:28 +0300)
target/linux/rb532/base-files/etc/config/network

index 75a14a7308ea6c2e19e811c805108f59292990ac..52ff87cfefce6bfddff142f7cdea5e1ae2118e7c 100644 (file)
@@ -11,7 +11,7 @@ config interface wan
        option proto    dhcp
 
 config interface lan
-       option ifname   eth2
+       option ifname   eth0
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0