[openwrt/openwrt] ipq40xx: remove ethernet0 alias for Netgear LBR20

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 27 04:42:05 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/66169b19c781afa530dd7ee71ae773ce7d51733e

commit 66169b19c781afa530dd7ee71ae773ce7d51733e
Author: Christoph Krapp <achterin at gmail.com>
AuthorDate: Sun Oct 26 21:08:25 2025 +0100

    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 <achterin at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20558
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../ipq40xx/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;




More information about the lede-commits mailing list