ath79: remove ath10k drivers from Archer C7 v1 profile
authorStijn Segers <foss@volatilesystems.org>
Fri, 22 Nov 2019 18:38:46 +0000 (19:38 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sun, 24 Nov 2019 13:19:43 +0000 (14:19 +0100)
Ath10k packages were removed from ar71xx in master in commit
34113999ef43 ("ar71xx: Remove ath10k packages from archer-c7-v1 (fixes
FS#1743)") but ath79 in master and the 19.07 branch still suffer from
the issue.

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
[commit description facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/ath79/image/generic-tp-link.mk

index eeaeaf53f45c0ca4547d14cc428fc4fadf3c3be7..ae956eb98ea7fde909651d33c5a184c4f792c4f3 100644 (file)
@@ -123,7 +123,7 @@ define Device/tplink_archer-c7-v1
   ATH_SOC := qca9558
   DEVICE_MODEL := Archer C7
   DEVICE_VARIANT := v1
-  DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct
+  DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
   TPLINK_HWID := 0x75000001
   SUPPORTED_DEVICES += archer-c7
 endef