[openwrt/openwrt] ath79: cd-e380ac-v2: remove duplicate eth0

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 9 03:40:08 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6483615580ef7a72efcd5205ef4b34788dd8a69a

commit 6483615580ef7a72efcd5205ef4b34788dd8a69a
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Jun 1 16:41:10 2024 -0700

    ath79: cd-e380ac-v2: remove duplicate eth0
    
    It seems in the transition to nvmem, eth0 was specified twice and was
    already converted to use nvmem.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts b/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts
index 703eead178..b9c161d9a8 100644
--- a/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts
+++ b/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts
@@ -63,12 +63,6 @@
 	};
 };
 
-&eth0 {
-	status = "okay";
-	mtd-mac-address = <&art 0x0>;
-};
-
-
 &spi {
 	status = "okay";
 




More information about the lede-commits mailing list