diff options
| author | David Bauer | 2024-06-01 14:52:20 +0000 |
|---|---|---|
| committer | David Bauer | 2024-06-04 23:38:33 +0000 |
| commit | 6698e6e76a78c7b7135052804afa7e94ba7911fa (patch) | |
| tree | e1398a0cff5edad78747aadce53dc5049056208c | |
| parent | 530d4db0675027006c78909ed73bfe21f88f9006 (diff) | |
| download | openwrt-6698e6e76a78c7b7135052804afa7e94ba7911fa.tar.gz | |
mpc85xx: add label-mac for HP MSM460
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit dbc9596c7e60c26fc45eaa3d58ce5806e5589650)
| -rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/msm460.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/msm460.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/msm460.dts index fe7ae3f317..46f8e514c9 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/msm460.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/msm460.dts @@ -14,6 +14,7 @@ led-failsafe = &system_green; led-running = &system_green; led-upgrade = &system_green; + label-mac-device = &enet0; }; chosen { |