ath79-generic: add support for Onion Omega (#2306)
* ath79-generic: add support for Onion Omega
support was previously dropped in
commit 45c84a117b
("ar71xx: drop target")
* fixup! ath79-generic: add support for Onion Omega
* fixup! ath79-generic: add support for Onion Omega
This commit is contained in:
parent
794f4b2d3d
commit
83d0e3274e
@ -25,6 +25,10 @@ ath79-generic
|
|||||||
|
|
||||||
- Raccoon
|
- Raccoon
|
||||||
|
|
||||||
|
* Onion
|
||||||
|
|
||||||
|
- Omega [#modular_ethernet]_
|
||||||
|
|
||||||
* Plasma Cloud
|
* Plasma Cloud
|
||||||
|
|
||||||
- PA300
|
- PA300
|
||||||
@ -327,3 +331,10 @@ Footnotes
|
|||||||
|
|
||||||
.. [#lan_as_wan]
|
.. [#lan_as_wan]
|
||||||
All LAN ports on this device are used 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.
|
||||||
|
@ -74,6 +74,12 @@ device('ocedo-raccoon', 'ocedo_raccoon', {
|
|||||||
factory = false,
|
factory = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Onion
|
||||||
|
|
||||||
|
-- modular/optional "ethernet expansion board" recommended for config mode
|
||||||
|
-- setup via integrated (USB-)tty is possible as well
|
||||||
|
device('onion-omega', 'onion_omega')
|
||||||
|
|
||||||
-- Plasma Cloud
|
-- Plasma Cloud
|
||||||
|
|
||||||
device('plasma-cloud-pa300', 'plasmacloud_pa300')
|
device('plasma-cloud-pa300', 'plasmacloud_pa300')
|
||||||
|
Loading…
Reference in New Issue
Block a user