diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index facd9166a530a8708f33709966d86c4312d0e670..3d148ceb55e87c9771ba10cd3c8e93e45e358f03 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -261,6 +261,9 @@ lantiq-xway * AVM - FRITZ!Box 7312 [#avmflash]_ + - FRITZ!Box 7320 [#avmflash]_ [#lan_as_wan]_ + - FRITZ!Box 7330 [#avmflash]_ [#lan_as_wan]_ + - FRITZ!Box 7330 SL [#avmflash]_ [#lan_as_wan]_ mpc85xx-generic --------------- diff --git a/targets/lantiq-xway b/targets/lantiq-xway index e3d5da980689ca9923ca5d32fe4f922b5c835938..bc556d7a1f35bc7c4fa6f46703397be52f71b2c8 100644 --- a/targets/lantiq-xway +++ b/targets/lantiq-xway @@ -1,3 +1,8 @@ device('avm-fritz-box-7312', 'avm_fritz7312', { factory = false, }) + +device('avm-fritz-box-7320', 'avm_fritz7320', { + factory = false, + aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'}, +})