From 66169b19c781afa530dd7ee71ae773ce7d51733e Mon Sep 17 00:00:00 2001 From: Christoph Krapp Date: Sun, 26 Oct 2025 21:08:25 +0100 Subject: [PATCH] ipq40xx: remove ethernet0 alias for Netgear LBR20 This will remove the ethernet0 alias and TODO as setting the LAN MAC via nvmem to gmac0 will set the correct mac to the switch. Signed-off-by: Christoph Krapp Link: https://github.com/openwrt/openwrt/pull/20558 Signed-off-by: Robert Marko --- .../files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts index 2d63ff48db..7a72df08af 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts +++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts @@ -15,8 +15,6 @@ }; aliases { - // TODO: Verify if the ethernet0 alias is needed - ethernet0 = &gmac; led-boot = &led_backlight_white; led-failsafe = &led_status_green; led-running = &led_status_green; -- 2.30.2