From 099646206064a2bad26bdd3b43a3fccf76001731 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Wed, 1 Sep 2021 10:01:13 +0200 Subject: [PATCH] ath79-generic: add support for Onion Omega support was previously dropped in commit 45c84a117bf8 ("ar71xx: drop target") --- docs/user/supported_devices.rst | 4 ++++ targets/ath79-generic | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index b074b5e5..9094ad9c 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -25,6 +25,10 @@ ath79-generic - Raccoon +* Onion + + - Omega + * Plasma Cloud - PA300 diff --git a/targets/ath79-generic b/targets/ath79-generic index 2051e303..bb52a36f 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -74,6 +74,10 @@ device('ocedo-raccoon', 'ocedo_raccoon', { factory = false, }) +-- Onion + +device('onion-omega', 'onion_omega') + -- Plasma Cloud device('plasma-cloud-pa300', 'plasmacloud_pa300')