diff options
author | David Bauer <mail@david-bauer.net> | 2023-09-25 20:58:04 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2023-09-26 14:33:05 +0200 |
commit | f4e4943d1ab6e38e3fcfc611d2665d5077a479b6 (patch) | |
tree | 49393aa8ad3760da826a70474931e7b3dbb828b7 | |
parent | 34d8a7f63fe6cb7b760e80f9a01d3614bcfc8115 (diff) | |
download | upstream-f4e4943d1ab6e38e3fcfc611d2665d5077a479b6.tar.gz upstream-f4e4943d1ab6e38e3fcfc611d2665d5077a479b6.tar.bz2 upstream-f4e4943d1ab6e38e3fcfc611d2665d5077a479b6.zip |
mpc85xx: drop WS-AP3715i label-mac
Label MAC detection does not work properly, as MAC address is assigned
on preinit. Thus, remove the label-mac definition.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit cd14b17cb00cda45819739aa63422a090e3f80e1)
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3715i.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3715i.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3715i.dts index d13952acae..a8a4118b00 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3715i.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3715i.dts @@ -13,7 +13,6 @@ led-failsafe = &led_power_red; led-running = &led_power_green; led-upgrade = &led_power_red; - label-mac-device = &enet0; }; chosen { |