summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/package/openwrt/files/ar7-2.4/etc/network.overrides4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/openwrt/files/ar7-2.4/etc/network.overrides b/target/linux/package/openwrt/files/ar7-2.4/etc/network.overrides
index 76c3da368..9aa74aa93 100644
--- a/target/linux/package/openwrt/files/ar7-2.4/etc/network.overrides
+++ b/target/linux/package/openwrt/files/ar7-2.4/etc/network.overrides
@@ -11,8 +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=$(strings /dev/mtdblock/3 | grep -A1 maca | grep :)
-DEFAULT_lan_hwaddr=${DEFAULT_lan_hwaddr%% *}
+DEFAULT_lan_hwaddr=`echo $(strings /dev/mtdblock/3 | grep -A1 maca | grep :)`
+DEFAULT_lan_hwaddr=${DEFAULT_lan_hwaddr##* }
DEFAULT_lan_hwaddr=${DEFAULT_lan_hwaddr:-${BR2_SYSCONF_FAILSAFE_MAC:-"00:0B:AD:0A:DD:00"}}
# failsafe if reset is held