From fb191ab8e4a44f59fd05b9d47938a5ee9f314414 Mon Sep 17 00:00:00 2001 From: Dark4MD Date: Mon, 11 Nov 2019 11:07:28 +0100 Subject: [PATCH] lantiq-xway: add support for AVM FRITZ!Box 7320, 7330 and 7330 SL --- docs/user/supported_devices.rst | 3 +++ targets/lantiq-xway | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index facd9166..3d148ceb 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 e3d5da98..bc556d7a 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'}, +})