diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-07-23 12:47:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-07-23 12:47:25 +0000 |
commit | dc628f2e0870d448313e790398bfaf36850c4702 (patch) | |
tree | 2d62e7d3870497ed4ab6e158aba7faead11b9fe3 /target/linux/ar71xx/generic | |
parent | 039fe23f8ebd0a5bdc7b4aba07f9e7468e2883ff (diff) | |
download | upstream-dc628f2e0870d448313e790398bfaf36850c4702.tar.gz upstream-dc628f2e0870d448313e790398bfaf36850c4702.tar.bz2 upstream-dc628f2e0870d448313e790398bfaf36850c4702.zip |
add support for the archer c5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41814
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index d6516fed84..78333be0b5 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -6,12 +6,12 @@ # define Profile/ARCHERC7 - NAME:=TP-LINK Archer C7 + NAME:=TP-LINK Archer C5/C7 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k endef define Profile/ARCHERC7/Description - Package set optimized for the TP-LINK Archer C7. + Package set optimized for the TP-LINK Archer C5/C7. endef $(eval $(call Profile,ARCHERC7)) |