mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-05 18:55:00 +00:00
mpc85xx: provide label MAC address
This patch adds the label MAC address for some devices in mpc85xx. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
50fdc0374b
commit
d0f800cfbd
@ -19,6 +19,7 @@
|
||||
led-failsafe = &tricolor_red;
|
||||
led-running = &tricolor_green;
|
||||
led-upgrade = &tricolor_red;
|
||||
label-mac-device = &enet0;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
led-failsafe = &system_green;
|
||||
led-running = &system_green;
|
||||
led-upgrade = &system_green;
|
||||
label-mac-device = &enet0;
|
||||
};
|
||||
|
||||
memory {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user