diff options
| author | Petr Štetiar | 2018-12-20 11:27:45 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2018-12-27 15:02:25 +0000 |
| commit | 6ab138fa84c285075a787fe8ef1ed50b5cc28a85 (patch) | |
| tree | c5371574d84eb68d171fba7898a9042dca144b0c | |
| parent | 74f46d90becfa0cdf29bbd49ff968db1ab5a6530 (diff) | |
| download | openwrt-6ab138fa84c285075a787fe8ef1ed50b5cc28a85.tar.gz | |
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>
| -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"; -}; |