fix lan_hwaddr in network overrides when there's more than one maca entry in adam2...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 1 Sep 2005 23:50:58 +0000 (23:50 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 1 Sep 2005 23:50:58 +0000 (23:50 +0000)
SVN-Revision: 1826

openwrt/target/linux/package/openwrt/files/ar7/etc/network.overrides

index 9c0e81405971641ad061d6ff68678d2b084b1e8a..76c3da3685f94483919fccc182cccccd3057eeca 100644 (file)
@@ -12,6 +12,7 @@ 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=${DEFAULT_lan_hwaddr:-${BR2_SYSCONF_FAILSAFE_MAC:-"00:0B:AD:0A:DD:00"}}
 
 # failsafe if reset is held