diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 54b8e26e6da69015f6da684ef59866b8dbd93be2..5f5c0aedcf406921a5ad6e52eae7ac23adf617a9 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -57,6 +57,10 @@ ath79-generic - JT-OR750i +* LibreRouter + + - LibreRouter v1 [#missing_radios]_ + * Netgear - WNDR3700 (v1, v2) @@ -500,6 +504,10 @@ Footnotes .. [#lan_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] These devices follow a modular principle, which means even basic functionality like ethernet is provided by an expansion-board, diff --git a/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua b/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua index 3301319e51dbef62248b20abc4c29e8f9b2afd06..e3dae295be6593ea73c5962c28a823f210357862 100644 --- a/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua +++ b/package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua @@ -25,6 +25,7 @@ end function M.is_outdoor_device() if M.match('ath79', 'generic', { 'devolo,dvl1750x', + 'librerouter,librerouter-v1', 'plasmacloud,pa300', 'plasmacloud,pa300e', 'tplink,cpe210-v1', diff --git a/targets/ath79-generic b/targets/ath79-generic index c03bf2313a122ef8a59597fe1cc819da29ac6770..1a8ddcc78c2a2dcd867f0ce23e330c536531b9d9 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -186,6 +186,12 @@ device('joy-it-jt-or750i', 'joyit_jt-or750i', { factory = false, }) +-- LibreRouter + +-- lacks support for additional radios +device('librerouter-v1', 'librerouter_librerouter-v1', { + factory = false, +}) -- Netgear