diff options
| author | Christoph Krapp | 2025-10-26 20:08:25 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-10-27 11:42:00 +0000 |
| commit | 66169b19c781afa530dd7ee71ae773ce7d51733e (patch) | |
| tree | f73e185d4675628a94fa04c890d63dc29f1486c6 | |
| parent | 2fae199953b025449d4143e85f2ab278b27afe3d (diff) | |
| download | openwrt-66169b19c781afa530dd7ee71ae773ce7d51733e.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20558
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts | 2 |
1 files changed, 0 insertions, 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; |