diff options
| author | Tobias Welz | 2020-08-03 19:29:25 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-08-08 14:36:15 +0000 |
| commit | 4212b6a01e7c87855b36fdab422f84abc60d6398 (patch) | |
| tree | 9c50d932405f95ce963def8b3b6e4cac0abaf894 | |
| parent | a81c459d999fc6afeb7d4e2166ee64572d57ae86 (diff) | |
| download | openwrt-4212b6a01e7c87855b36fdab422f84abc60d6398.tar.gz | |
ramips: remove doublet entry in WizFi630S dts file
&wmac entry in WIZnet WizFi630S dts file was existing two times.
This is removing one of them.
Signed-off-by: Tobias Welz <tw@wiznet.eu>
(cherry picked from commit b735bbcb1876196f33f044ed07325f8959a8967f)
| -rw-r--r-- | target/linux/ramips/dts/WIZFI630S.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/WIZFI630S.dts b/target/linux/ramips/dts/WIZFI630S.dts index a03af8ae7e..bdc8d1e048 100644 --- a/target/linux/ramips/dts/WIZFI630S.dts +++ b/target/linux/ramips/dts/WIZFI630S.dts @@ -115,10 +115,6 @@ }; }; -&wmac { - status = "okay"; -}; - &spi0 { status = "okay"; |