X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f80d4fdc68858ba956a39e19ad6efa868beb827e..36d0d2ba801a42b815961385d6677e19001c1cd7:/target/linux/package/openwrt/files/network.overrides.ar7 diff --git a/target/linux/package/openwrt/files/network.overrides.ar7 b/target/linux/package/openwrt/files/network.overrides.ar7 index dc58a7e59..9c0e81405 100644 --- a/target/linux/package/openwrt/files/network.overrides.ar7 +++ b/target/linux/package/openwrt/files/network.overrides.ar7 @@ -7,11 +7,12 @@ [ -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"} -DEFAULT_lan_hwaddr=${BR2_SYSCONF_FAILSAFE_MAC:-"00:0B:AD:0A:DD:00"} +DEFAULT_lan_hwaddr=$(strings /dev/mtdblock/3 | grep -A1 maca | grep :) +DEFAULT_lan_hwaddr=${DEFAULT_lan_hwaddr:-${BR2_SYSCONF_FAILSAFE_MAC:-"00:0B:AD:0A:DD:00"}} # failsafe if reset is held [ "$FAILSAFE" = "true" ] && {