diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 09:52:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 09:52:54 +0000 |
commit | 1bce5e83284a9fb8c5c9eb3f53bf1335a3f52744 (patch) | |
tree | 9b1edfe72e914ea95a73a77b1f45f792caf3769d /target/linux/ar71xx/generic/profiles/tp-link.mk | |
parent | 658648d032ac63a425d69f1fba82ff51a8a1f8ec (diff) | |
download | upstream-1bce5e83284a9fb8c5c9eb3f53bf1335a3f52744.tar.gz upstream-1bce5e83284a9fb8c5c9eb3f53bf1335a3f52744.tar.bz2 upstream-1bce5e83284a9fb8c5c9eb3f53bf1335a3f52744.zip |
ar71xx: initial support for TP-Link Archer C7v2
The C7v2 has 16 MB flash and QCA9880-BR4A rev 2 supported by ath10k driver.
The C7v1 had 8 MB flash and the unsupported QCA9880-AR1A rev 1.
Signed-off-by: Adam Serbinski <adam@serbinski.com>
Patchwork: http://patchwork.openwrt.org/patch/5071/
[juhosg:
- remove the v2 specific profile add the ath10k driver to the existing
Archer C7 profile instead. Although on v1 devices it does not change
the non-working behaviour, but the ath10k driver is useful for users
whom have replaced the wifi card with a supported one in their units.
- update image/Makefile to build firmware image for both boards if the
Archer C7 profile is selected]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40463
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/tp-link.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 93312740d6..aaf581b95c 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -7,7 +7,7 @@ define Profile/ARCHERC7 NAME:=TP-LINK Archer C7 - PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k endef define Profile/ARCHERC7/Description |