2
0
forked from Ivasoft/openwrt

add support for the archer c5

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 41814
This commit is contained in:
Imre Kaloz
2014-07-23 12:47:25 +00:00
parent 039fe23f8e
commit dc628f2e08
11 changed files with 44 additions and 4 deletions

View File

@@ -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))