mirror of https://github.com/hak5/openwrt.git
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>master
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