Skip to content
Snippets Groups Projects
Commit 52fcbaf8 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

[DTBO][D18][E83] Disable eth1

The Modular Vision carrier only uses eth0. Disable eth1 of the D18, so
that it doesn't appear in the OS.

MODV-112
parent b22024af
No related branches found
No related tags found
No related merge requests found
...@@ -191,3 +191,11 @@ ...@@ -191,3 +191,11 @@
output-high; output-high;
}; };
}; };
&fec {
status = "disabled";
};
&ethphy1 {
status = "disabled";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment