diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 5f34e22e..dd744609 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -41,6 +41,7 @@ ath79-generic - MR900 (v1, v2) - MR1750 (v1, v2) - OM2P (v1, v2, v4) + - OM2P-HS (v1) * Plasma Cloud diff --git a/targets/ath79-generic b/targets/ath79-generic index 5107a8ad..4a901cf5 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -161,6 +161,12 @@ device('openmesh-om2p-v4', 'openmesh_om2p-v4', { manifest_aliases = {'openmesh-om2pv4'}, }) +device('openmesh-om2p-hs-v1', 'openmesh_om2p-hs-v1', { + factory = false, + -- old name from OpenWrt 19.07.x + manifest_aliases = {'openmesh-om2p-hs'}, +}) + -- Plasma Cloud