diff options
author | Stijn Segers <foss@volatilesystems.org> | 2019-11-22 19:38:46 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-11-24 14:19:43 +0100 |
commit | bfabd8d61335f6ca0b2b5bfaae0e929969f53d0f (patch) | |
tree | 53647948139328352edff59f02b6f6a010f9f876 /target/linux/ath79/image/generic-tp-link.mk | |
parent | 3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee (diff) | |
download | upstream-bfabd8d61335f6ca0b2b5bfaae0e929969f53d0f.tar.gz upstream-bfabd8d61335f6ca0b2b5bfaae0e929969f53d0f.tar.bz2 upstream-bfabd8d61335f6ca0b2b5bfaae0e929969f53d0f.zip |
ath79: remove ath10k drivers from Archer C7 v1 profile
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>
Diffstat (limited to 'target/linux/ath79/image/generic-tp-link.mk')
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index eeaeaf53f4..ae956eb98e 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -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 |