diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 9748822c51b1535b2408ba3595ad2a96e864acb9..ae4c7f87c371c8441d331cbceb7362d0448b375b 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 7be977df759aa813ff17f473b88bb8d99323cf6f..5dc188e51d6c9e68783dc65ae8ae4f5fd3d32341 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