diff options
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/package/openwrt/files/network.overrides.ar7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 b/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 index dc58a7e591..e857d5b5f1 100644 --- a/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 +++ b/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 @@ -7,7 +7,7 @@ [ -f /etc/sysconf ] && . /etc/sysconf DEFAULT_lan_proto="static" -DEFAULT_lan_ifname="eth0" +DEFAULT_lan_ifname="br0" DEFAULT_lan_ifnames="eth0" DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"} DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"} |