openwrt/target/linux/ramips
Adrian Schmutzler 869a0183b9 ramips: fix MAC address setup for Newifi Y1 and Y1S
So far, MAC address setup for those devices has been using local
addresses although additional MAC addresses are available on flash.

On device, we found the following situation:
position   Y1     Y1S
0x4        *:d4   *:e4
0x8004     *:d6   *:e8
0x28       *:d4   *:e4
0x2e       *:d7   *:eb

Since 0x4 and 0x28 yield the same address, the former was set for
&ethernet in DTS. However, the typical location on this
architecture is 0x28, so this patch changes that.

For further setup in 02_network, the local bit for lan_mac is
removed, so the address from &ethernet is used at all. For wan_mac,
instead of calculating an address with local bit set, this patch
exploits the previously unused address in 0x2e.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-09-07 21:41:44 +08:00
..
base-files ramips: fix MAC address setup for Newifi Y1 and Y1S 2019-09-07 21:41:44 +08:00
dts ramips: fix MAC address setup for Newifi Y1 and Y1S 2019-09-07 21:41:44 +08:00
files-4.14/drivers ramips: add MT7530 switch port-mirroring support 2019-08-18 22:08:42 +08:00
image ramips: improve support for Xiaomi Miwifi Nano 2019-09-04 19:26:01 +08:00
mt76x8 ramips: add support for ipTIME A604M 2019-08-17 23:52:34 +08:00
mt7620 ramips: use upstream RAW_APPENDED_DTB instead of our OWRTDTB 2019-07-08 22:00:24 +02:00
mt7621 Revert faulty tree push 2019-08-12 12:27:06 +02:00
patches-4.14 ramips: disable badblock shifting for MT7621 NAND 2019-08-31 10:31:00 +02:00
rt288x ramips: disable CONFIG_MTD_SPLIT_FIRMWARE 2019-01-26 21:46:33 +01:00
rt305x ramips: use upstream RAW_APPENDED_DTB instead of our OWRTDTB 2019-07-08 22:00:24 +02:00
rt3883 ramips: use upstream RAW_APPENDED_DTB instead of our OWRTDTB 2019-07-08 22:00:24 +02:00
Makefile ramips: switch to linux 4.14 2018-04-06 18:07:43 +02:00
modules.mk kernel: Fix kmod-regmap split 2019-01-27 11:07:14 +01:00