From: Matthias Schiffer Date: Mon, 11 Sep 2017 17:41:41 +0000 (+0200) Subject: ar71xx: fix MAC addresses on TP-Link TL-WR1043ND v4 X-Git-Tag: v18.06.0-rc1~2268 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=53839da46e6fb21e68b3878b4a2187c7d32d688e;hp=53839da46e6fb21e68b3878b4a2187c7d32d688e;p=openwrt%2F.git ar71xx: fix MAC addresses on TP-Link TL-WR1043ND v4 The addresses were read from the 'config' partition, which would not always contain the addresses at the same offsets, depending on the stock firmware version used before flashing LEDE. Change this to get the addresses from the 'product-info' partition, which is read-only. Reported-and-tested-by: Andreas Ziegler Signed-off-by: Matthias Schiffer ---