diff options
| author | Shiji Yang | 2025-10-21 04:07:52 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-30 23:46:33 +0000 |
| commit | 9f5cb258678d0c2c2dd76d7c274544dafb27a50e (patch) | |
| tree | 74cdf258e18d231d8d95121a32221e5d478d6fe8 | |
| parent | 7bbbe7750441ddb795d45e388c7ebb746b65ece9 (diff) | |
| download | openwrt-9f5cb258678d0c2c2dd76d7c274544dafb27a50e.tar.gz | |
ipq40xx: dts: remove useless ethernet0 alias for WIA3300-20
The MAC addresses of this device are not assigned by the bootloader.
Therefore, this alias is useless.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20478
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.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-wia3300-20.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts index eb45f234b4..ed71c1acaf 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts +++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts @@ -11,8 +11,6 @@ model = "SKSpruce WIA3300-20"; aliases { - // TODO: Verify if the ethernet0 alias is needed - ethernet0 = &gmac; label-mac-device = &gmac; led-boot = &led_status_red; led-failsafe = &led_status_lime; |