diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 0818d720..52aa2dce 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -226,6 +226,10 @@ lantiq-xway mediatek-mt7622 --------------- +* Linksys + + - E8450 + * Ubiquiti - UniFi 6 LR diff --git a/targets/mediatek-mt7622 b/targets/mediatek-mt7622 index 19d1cc5c..f4568dd1 100644 --- a/targets/mediatek-mt7622 +++ b/targets/mediatek-mt7622 @@ -1,3 +1,11 @@ +-- Linksys + +device('linksys-e8450-ubi', 'linksys_e8450-ubi', { + factory = false, + sysupgrade_ext = '.itb', +}) + + device('ubiquiti-unifi-6-lr', 'ubnt_unifi-6-lr', { factory = false, })