From b8defb1c08aed980cee2678a306422349f62b77c Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 9 Nov 2019 12:11:51 +0100 Subject: [PATCH] ath79-generic: limit line length This limits the line-length for the ATH10K package definitions. Fixes f49813b5 --- targets/ath79-generic | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/targets/ath79-generic b/targets/ath79-generic index f2dbd402..22470632 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -1,6 +1,9 @@ --- local ATH10K_PACKAGES = {'kmod-ath10k', '-kmod-ath10k-ct', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct'} --- 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'} +local ATH10K_PACKAGES_QCA9888 = { + 'kmod-ath10k', + '-kmod-ath10k-ct', + 'ath10k-firmware-qca9888', + '-ath10k-firmware-qca9888-ct', +} -- TP-Link