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:32:42 +0200 |
commit | cd14b17cb00cda45819739aa63422a090e3f80e1 (patch) | |
tree | a2a94294777aea134457c15130edae2550291de5 /target | |
parent | 74e7f8ebbdc19c58ac59c792154041a6b3c124f5 (diff) | |
download | openwrt-cd14b17cb00cda45819739aa63422a090e3f80e1.tar.gz openwrt-cd14b17cb00cda45819739aa63422a090e3f80e1.tar.bz2 openwrt-cd14b17cb00cda45819739aa63422a090e3f80e1.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>
Diffstat (limited to 'target')
-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 { |