summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-25 10:49:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-25 10:49:37 +0000
commit7edddaf04ca5260be8383350c5e363218107fcba (patch)
treebf78cb7757ae83fcb6321dae9cfb387439599e9d /openwrt/target/linux
parent9a547306e2da741103cdbd18ccf702140ba259e5 (diff)
downloadmtk-20170518-7edddaf04ca5260be8383350c5e363218107fcba.zip
mtk-20170518-7edddaf04ca5260be8383350c5e363218107fcba.tar.gz
mtk-20170518-7edddaf04ca5260be8383350c5e363218107fcba.tar.bz2
use correct mac address for lan
SVN-Revision: 1562
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/package/openwrt/files/network.overrides.ar73
1 files changed, 2 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 e857d5b..9c0e814 100644
--- a/openwrt/target/linux/package/openwrt/files/network.overrides.ar7
+++ b/openwrt/target/linux/package/openwrt/files/network.overrides.ar7
@@ -11,7 +11,8 @@ 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" ] && {