Skip to content

Commit

Permalink
ipq40xx: fix label MAC address for Linksys WHW03 v2
Browse files Browse the repository at this point in the history
The label MAC address is written inside the case of the whw03 v2 at the bottom.

Similar fix as to the 4040 in b22d382

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
Link: openwrt#17535
Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
maurerle authored and robimarko committed Jan 9, 2025
1 parent f5b1d34 commit c113982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

/ {
aliases {
// TODO: Verify if the ethernet0 alias is needed
ethernet0 = &gmac;
led-boot = &led_blue;
led-failsafe = &led_red;
led-running = &led_blue;
led-upgrade = &led_red;
label-mac-device = &gmac;
};

soc {
Expand Down

0 comments on commit c113982

Please sign in to comment.