diff options
author | Petr Štetiar <ynezz@true.cz> | 2018-12-20 12:27:45 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-27 16:02:25 +0100 |
commit | 6ab138fa84c285075a787fe8ef1ed50b5cc28a85 (patch) | |
tree | c5371574d84eb68d171fba7898a9042dca144b0c /target/linux | |
parent | 74f46d90becfa0cdf29bbd49ff968db1ab5a6530 (diff) | |
download | upstream-6ab138fa84c285075a787fe8ef1ed50b5cc28a85.tar.gz upstream-6ab138fa84c285075a787fe8ef1ed50b5cc28a85.tar.bz2 upstream-6ab138fa84c285075a787fe8ef1ed50b5cc28a85.zip |
ath79: ubnt-bullet-m-xw: Remove eth1 disabled node
It's redundant as eth1 is disabled by default in ath79.dtsi.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts index fc24c80582..b483fdddbd 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts +++ b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts @@ -33,7 +33,3 @@ rxdv-delay = <3>; }; }; - -ð1 { - status = "disabled"; -}; |