diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 9748822c..ae4c7f87 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -40,7 +40,7 @@ ath79-generic - MR600 (v1, v2) - MR900 (v1, v2) - MR1750 (v1, v2) - - OM2P (v1) + - OM2P (v1, v2) * Plasma Cloud diff --git a/targets/ath79-generic b/targets/ath79-generic index 7be977df..5dc188e5 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -145,6 +145,16 @@ device('openmesh-om2p-v1', 'openmesh_om2p-v1', { manifest_aliases = {'openmesh-om2p'}, }) +device('openmesh-om2p-v2', 'openmesh_om2p-v2', { + factory = false, + -- old name from OpenWrt 19.07.x; deacticated at the moment because + -- the physical ethernet port for this device changed between 19.07 + -- and 21.02. And automated update could therefore "break" the + -- device until someone physically changed the ethernet cable. + -- See https://github.com/freifunk-gluon/gluon/pull/2325#issuecomment-940749284 + --manifest_aliases = {'openmesh-om2pv2'}, +}) + -- Plasma Cloud