diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-06-24 17:57:15 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-19 23:43:27 +0200 |
commit | 7140394903b1bfbbb589dafa524e2dbd6cd79862 (patch) | |
tree | 06c042c40f460bdfa6b2d16f8f10a0fc1952512a /target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts | |
parent | f8d96485298e15879b34eb49a00af020aa91d334 (diff) | |
download | openwrt-7140394903b1bfbbb589dafa524e2dbd6cd79862.tar.gz openwrt-7140394903b1bfbbb589dafa524e2dbd6cd79862.tar.bz2 openwrt-7140394903b1bfbbb589dafa524e2dbd6cd79862.zip |
ramips: provide label MAC address
This patch adds the label MAC address for several devices in
ramips.
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:
- cudy,wr1000
- dlink,dir-615-d
- dlink,dir-615-h1
- dlink,dir-860l-b1
- glinet,gl-mt300a
- glinet,gl-mt300n
- glinet,gl-mt750
- vocore,vocore2
- vocore,vocore2-lite
- zbtlink,zbt-we1326
- zbtlink,zbt-wg3526
For the following devices, label MAC address is tied to lan or
wan, so no node to link to exists in device tree:
- dlink,dir-510l
- dlink,dwr-116-a1
- dlink,dwr-118-a1
- dlink,dwr-118-a2
- dlink,dwr-921-c1
- dlink,dwr-922-e2
- all hiwifi devices
- lava,lr-25g001
- xiaomi,mir3p
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts')
-rw-r--r-- | target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts b/target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts index 707963d691..f4e4d17b02 100644 --- a/target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts +++ b/target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts @@ -14,6 +14,7 @@ led-failsafe = &led_power; led-running = &led_power; led-upgrade = &led_power; + label-mac-device = ðernet; }; leds { |