Skip to content
Snippets Groups Projects
Unverified Commit d43dbdca authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

ar71xx: Onion Omega is BROKEN

This device doesn't have an Ethernet port, and even with the Ethernet
shield, eth0 is not configured.

(cherry picked from commit a44a5dce)
parent d3033163
No related branches found
No related tags found
No related merge requests found
...@@ -174,10 +174,6 @@ ar71xx-generic ...@@ -174,10 +174,6 @@ ar71xx-generic
- Koala [#ath10k]_ - Koala [#ath10k]_
* Onion
- Omega
* OpenMesh * OpenMesh
- A40 - A40
......
...@@ -137,7 +137,9 @@ factory ...@@ -137,7 +137,9 @@ factory
# Onion # Onion
device onion-omega onion-omega if [ "$BROKEN" ]; then
device onion-omega onion-omega # BROKEN: no ethernet
fi
# OpenMesh # OpenMesh
......
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