diff options
| author | David Bauer | 2024-06-01 14:52:20 +0000 |
|---|---|---|
| committer | David Bauer | 2024-06-01 14:53:17 +0000 |
| commit | dbc9596c7e60c26fc45eaa3d58ce5806e5589650 (patch) | |
| tree | b8bfa9e3be3327d3a0775d1fd56ed4a2e0f4dd22 | |
| parent | af329ec38980e2f706411a11b9f344a62eb0dd8f (diff) | |
| download | openwrt-dbc9596c7e60c26fc45eaa3d58ce5806e5589650.tar.gz | |
mpc85xx: add label-mac for HP MSM460
Signed-off-by: David Bauer <mail@david-bauer.net>
| -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 { |