mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-25 13:28:08 +00:00
fix lan_hwaddr in network overrides when there's more than one maca entry in adam2 configspace
SVN-Revision: 1826
This commit is contained in:
parent
14d2d03735
commit
6a5916f4a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user