diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 24ea09c3..db781ce6 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -37,6 +37,7 @@ ath79-generic - A40 - A60 + - MR600 (v1) * Plasma Cloud diff --git a/targets/ath79-generic b/targets/ath79-generic index 70ec2942..d9297f9e 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -101,6 +101,12 @@ device('openmesh-a60', 'openmesh_a60', { factory = false, }) +device('openmesh-mr600-v1', 'openmesh_mr600-v1', { + factory = false, + -- old name from OpenWrt 19.07.x + manifest_aliases = {'openmesh-mr600'}, +}) + -- Plasma Cloud