From 364dadc5c72498d6919f38b88c1fac9da75d94d3 Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Wed, 30 Oct 2019 00:00:05 +0100 Subject: [PATCH] targetsath79-generic: add some AVM devices * add fritz-box-4020 and fritz-repeater-300e * make package fritz-tffs only required for AVM-devices --- targets/ath79-generic | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/targets/ath79-generic b/targets/ath79-generic index 276267f4..7cb8908e 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -2,6 +2,18 @@ -- local ATH10K_PACKAGES_QCA9887 = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9887', '-ath10k-firmware-qca9887-ct'} local ATH10K_PACKAGES_QCA9888 = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca9888', '-ath10k-firmware-qca9888-ct'} +-- AVM + +device('avm-fritz-box-4020', 'avm_fritz4020', { + factory = false, + packages = {'fritz-tffs'}, +}) + +device('avm-fritz-wlan-repeater-300e', 'avm_fritz300e', { + factory = false, + packages = {'fritz-tffs'}, +}) + -- GL Innovations device('gl-inet-gl-ar150', 'glinet_gl-ar150', {