ipq40xx: fix label MAC address for Linksys WHW03 v2
The label MAC address is written inside the case of the whw03 v2 at the bottom.
Similar fix as to the 4040 in b22d382ae4
Signed-off-by: Florian Maurer <f.maurer@outlook.de>
Link: https://github.com/openwrt/openwrt/pull/17535
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
f5b1d340be
commit
c113982706
1 changed files with 1 additions and 1 deletions
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
// TODO: Verify if the ethernet0 alias is needed
|
|
||||||
ethernet0 = &gmac;
|
ethernet0 = &gmac;
|
||||||
led-boot = &led_blue;
|
led-boot = &led_blue;
|
||||||
led-failsafe = &led_red;
|
led-failsafe = &led_red;
|
||||||
led-running = &led_blue;
|
led-running = &led_blue;
|
||||||
led-upgrade = &led_red;
|
led-upgrade = &led_red;
|
||||||
|
label-mac-device = &gmac;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
|
|
Loading…
Reference in a new issue