Skip to content
Snippets Groups Projects
Commit f1fa4948 authored by Linus Lüssing's avatar Linus Lüssing Committed by github-actions[bot]
Browse files

ath79-generic: add LibreRouter v1


add comments about lacking radios
Co-authored-by: default avatarJan-Niklas Burfeind <git@aiyionpri.me>
Co-authored-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>

(cherry picked from commit 0cdaeaa0)
parent 52cfe1c0
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,10 @@ ath79-generic ...@@ -53,6 +53,10 @@ ath79-generic
- JT-OR750i - JT-OR750i
* LibreRouter
- LibreRouter v1 [#missing_radios]_
* Netgear * Netgear
- WNDR3700 (v1, v2) - WNDR3700 (v1, v2)
...@@ -508,6 +512,10 @@ Footnotes ...@@ -508,6 +512,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.
.. [#missing_radios]
This device contains more than two WLAN radios, which is currently
unsupported by Gluon. Only the first two radios will work.
.. [#modular_ethernet] .. [#modular_ethernet]
These devices follow a modular principle, These devices follow a modular principle,
which means even basic functionality like ethernet is provided by an expansion-board, which means even basic functionality like ethernet is provided by an expansion-board,
......
...@@ -25,6 +25,7 @@ end ...@@ -25,6 +25,7 @@ end
function M.is_outdoor_device() function M.is_outdoor_device()
if M.match('ath79', 'generic', { if M.match('ath79', 'generic', {
'devolo,dvl1750x', 'devolo,dvl1750x',
'librerouter,librerouter-v1',
'plasmacloud,pa300', 'plasmacloud,pa300',
'plasmacloud,pa300e', 'plasmacloud,pa300e',
'tplink,cpe210-v1', 'tplink,cpe210-v1',
......
...@@ -153,6 +153,12 @@ device('joy-it-jt-or750i', 'joyit_jt-or750i', { ...@@ -153,6 +153,12 @@ device('joy-it-jt-or750i', 'joyit_jt-or750i', {
factory = false, factory = false,
}) })
-- LibreRouter
-- lacks support for additional radios
device('librerouter-v1', 'librerouter_librerouter-v1', {
factory = false,
})
-- Netgear -- Netgear
......
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