diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-08-15 15:13:33 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-19 23:43:27 +0200 |
commit | 50fdc0374b75584f19c75f712ca0472a7113a065 (patch) | |
tree | a279896d5fd47dbe8fd2fcf52fca9e9bdc21278e /target/linux/ath79/dts/ar7242_avm_fritz300e.dts | |
parent | 469e347f19ce9eefdc16f421b8e1f18ed60c310c (diff) | |
download | upstream-50fdc0374b75584f19c75f712ca0472a7113a065.tar.gz upstream-50fdc0374b75584f19c75f712ca0472a7113a065.tar.bz2 upstream-50fdc0374b75584f19c75f712ca0472a7113a065.zip |
ath79: provide label MAC address
This patch adds the label MAC address for several devices in
ath79.
Some devices require setting the MAC address in 02_network:
For the following devices, the netif device can be linked in
device tree, but the MAC address cannot be read:
- alfa-network,ap121f
- avm,fritz300e
- ubnt-xm devices
For the following devices, label MAC address is tied to lan or
wan, so no node to link to exists in device tree:
- adtran,bsap1800-v2
- adtran,bsap1840
- dlink,dir-842-c1/-c2/-c3
- engenius,ecb1750
- iodata,etg3-r
- iodata,wn-ac1167dgr
- iodata,wn-ac1600dgr
- iodata,wn-ac1600dgr2
- iodata,wn-ag300dgr
- nec,wg800hp
- nec,wg1200cr
- trendnet,tew-823dru
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/ar7242_avm_fritz300e.dts')
-rw-r--r-- | target/linux/ath79/dts/ar7242_avm_fritz300e.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts index 3621714d9d..a7fdc97780 100644 --- a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts +++ b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts @@ -15,6 +15,7 @@ led-failsafe = &power; led-running = &power; led-upgrade = &power; + label-mac-device = &ath9k; }; keys { |