From f49813b52fd1ee8f418f47c1a086d3c280c6e2a1 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sat, 9 Nov 2019 11:30:22 +0100
Subject: [PATCH] ath79-generic: remove unused package definitions

This removes the unused package definitions, as otherwise the Lua linter
will complain.
---
 targets/ath79-generic | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/ath79-generic b/targets/ath79-generic
index 7417c84d8..f2dbd4029 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -1,5 +1,5 @@
-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 = {'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'}
 
 -- TP-Link
-- 
GitLab