From dd2f1a47843ea6679df0f4f2a5e5f3e06f09d1d1 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Wed, 1 Sep 2021 16:08:48 +0200 Subject: [PATCH] fixup! ath79-generic: add support for Onion Omega --- docs/user/supported_devices.rst | 9 ++++++++- targets/ath79-generic | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 9094ad9c..96114b6a 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -27,7 +27,7 @@ ath79-generic * Onion - - Omega + - Omega [#modular_ethernet]_ * Plasma Cloud @@ -328,3 +328,10 @@ Footnotes .. [#lan_as_wan] All LAN ports on this device are used as WAN. + +.. [#modular_ethernet] + These devices follow a modular principle, + which means even basic functionality like ethernet is provided by an expansion-board, + that may not be bundled with the device itself. + Such expansions are recommended for the config mode, but are not strictly necessary, + as exposed serial ports may grant sufficient access as well. diff --git a/targets/ath79-generic b/targets/ath79-generic index bb52a36f..b8b72450 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -76,6 +76,8 @@ device('ocedo-raccoon', 'ocedo_raccoon', { -- Onion +-- modular/optional "ethernet expansion board" recommended for setupmode +-- setup via integrated (USB-)tty is possible as well device('onion-omega', 'onion_omega') -- Plasma Cloud