diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-08-15 15:13:38 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-19 23:43:27 +0200 |
commit | d0f800cfbd2daaf37b5ca6a6e617cc540257281a (patch) | |
tree | 96687b4a659e63c9385a01fb1eb13d25345e65dd /target/linux/mpc85xx/files/arch/powerpc | |
parent | 50fdc0374b75584f19c75f712ca0472a7113a065 (diff) | |
download | upstream-d0f800cfbd2daaf37b5ca6a6e617cc540257281a.tar.gz upstream-d0f800cfbd2daaf37b5ca6a6e617cc540257281a.tar.bz2 upstream-d0f800cfbd2daaf37b5ca6a6e617cc540257281a.zip |
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>
Diffstat (limited to 'target/linux/mpc85xx/files/arch/powerpc')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts | 1 | ||||
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts index c4abc905e9..3ca132d0c0 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts @@ -19,6 +19,7 @@ led-failsafe = &tricolor_red; led-running = &tricolor_green; led-upgrade = &tricolor_red; + label-mac-device = &enet0; }; chosen { diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts index f9fdfc6465..0e0d74c0d8 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts @@ -28,6 +28,7 @@ led-failsafe = &system_green; led-running = &system_green; led-upgrade = &system_green; + label-mac-device = &enet0; }; memory { |