From a44a5dce02de3738944b7ee742e5bc2fa068c939 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 15 Jun 2019 23:30:23 +0200
Subject: [PATCH] ar71xx: Onion Omega is BROKEN

This device doesn't have an Ethernet port, and even with the Ethernet
shield, eth0 is not configured.
---
 docs/index.rst         | 4 ----
 targets/ar71xx-generic | 4 +++-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index 5f050793..d2ba050f 100755
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -175,10 +175,6 @@ ar71xx-generic
 
   - Koala [#ath10k]_
 
-* Onion
-
-  - Omega
-
 * OpenMesh
 
   - A40
diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic
index b99ba597..2175a267 100644
--- a/targets/ar71xx-generic
+++ b/targets/ar71xx-generic
@@ -140,7 +140,9 @@ factory
 
 # Onion
 
-device onion-omega onion-omega
+if [ "$BROKEN" ]; then
+device onion-omega onion-omega # BROKEN: no ethernet
+fi
 
 
 # OpenMesh
-- 
GitLab