diff options
author | Stijn Segers <francesco.borromini@inventati.org> | 2017-03-10 18:58:26 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-11 12:46:43 +0100 |
commit | 1bba5789af399daadbecf6479ff527de0738ec61 (patch) | |
tree | 89efbeebfdfccb52043cc22b60908a95ebfa33ce /target/linux | |
parent | 0eed4a61b9a535631ec6e2f6d2e2ac11366fe945 (diff) | |
download | upstream-1bba5789af399daadbecf6479ff527de0738ec61.tar.gz upstream-1bba5789af399daadbecf6479ff527de0738ec61.tar.bz2 upstream-1bba5789af399daadbecf6479ff527de0738ec61.zip |
ar71xx: add ath10k driver and firmware for Netgear R6100 to firmware image
A Netgear R6100 owner reported the LEDE images lack the ath10k driver and firmware [1]. This patch adds both to the R6100 image.
[1] https://forum.lede-project.org/t/netgear-r6100-5ghz-wifi-not-working-after-initial-install/2222
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/nand.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/nand.mk b/target/linux/ar71xx/image/nand.mk index e66014e663..ce1b067c55 100644 --- a/target/linux/ar71xx/image/nand.mk +++ b/target/linux/ar71xx/image/nand.mk @@ -71,7 +71,7 @@ TARGET_DEVICES += z1 define LegacyDevice/R6100 DEVICE_TITLE := NETGEAR R6100 - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport + DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport endef LEGACY_DEVICES += R6100 |