Skip to content
Snippets Groups Projects
Commit e00396d5 authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

ramips: add label MAC address for TP-Link Archer C20i


Current OpenWrt MAC setup:
eth0             &rom 0xf100    :48
eth0.2           eth0+1         :49
wlan0 (5 GHz)    &radio 0x8004  different OUI
wlan1 (2.4 GHz)  &radio 0x4     same OUI as wlan0

Label MAC address corresponds to eth0 (&ethernet).

No additional addresses found in hexdump of rom/radio.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent 46c74944
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@
compatible = "tplink,archer-c20i", "ralink,mt7620a-soc";
model = "TP-Link Archer C20i";
aliases {
label-mac-device = &ethernet;
};
chosen {
bootargs = "console=ttyS0,115200";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment