From 90d532d05a5eeeb243fd2f380a2786f259d49ede Mon Sep 17 00:00:00 2001 From: Dark4MD Date: Mon, 28 Mar 2022 00:32:01 +0200 Subject: [PATCH] ath79-generic: (re)add support for avm_fritz4020 --- docs/user/supported_devices.rst | 1 + targets/ath79-generic | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 1cba2c9c..1ba53c7b 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -7,6 +7,7 @@ ath79-generic * AVM - Fritz!WLAN Repeater 450E [#avmflash]_ + - Fritz!Box 4020 [#avmflash]_ * devolo diff --git a/targets/ath79-generic b/targets/ath79-generic index e2807837..0bfb0aba 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -24,6 +24,10 @@ local ATH10K_PACKAGES_QCA9888 = { -- AVM +device('avm-fritz-box-4020', 'avm_fritz4020', { + factory = false, +}) + device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', { factory = false, })