diff options
| author | Rosen Penev | 2024-06-01 23:41:10 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-06-09 10:24:15 +0000 |
| commit | 6483615580ef7a72efcd5205ef4b34788dd8a69a (patch) | |
| tree | 4c4d9a886d555a616815fd4ea6d06bc00e6149a2 | |
| parent | 85c5c9aa6816b67aba07719061cd09e851c1c584 (diff) | |
| download | openwrt-6483615580ef7a72efcd5205ef4b34788dd8a69a.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts | 6 |
1 files changed, 0 insertions, 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 @@ }; }; -ð0 { - status = "okay"; - mtd-mac-address = <&art 0x0>; -}; - - &spi { status = "okay"; |