Skip to content

Commit

Permalink
Initial support for TP-Link Archer C7 v2
Browse files Browse the repository at this point in the history
Differences from v1:
Twice the flash capacity; 16 MB vs 8 MB
QCA9880-BR4A rev 2 wifi card supported by ath10k driver (vs QCA9880-AR1A rev 1, unsupported).
  • Loading branch information
lbdroid committed Mar 27, 2014
1 parent 8dc0fca commit b1b3e03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions target/linux/ar71xx/generic/profiles/tp-link.mk
Expand Up @@ -16,6 +16,17 @@ endef
$(eval $(call Profile,ARCHERC7))


define Profile/ARCHERC7V2
NAME:=TP-LINK Archer C7 v2
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k
endef

define Profile/ARCHERC7V2/Description
Package set optimized for the TP-LINK Archer C7 v2.
endef
$(eval $(call Profile,ARCHERC7V2))


define Profile/TLMR10U
NAME:=TP-LINK TL-MR10U
PACKAGES:=kmod-usb-core kmod-usb2
Expand Down
1 change: 1 addition & 0 deletions target/linux/ar71xx/image/Makefile
Expand Up @@ -1022,6 +1022,7 @@ $(eval $(call SingleProfile,TPLINK,64kraw,TLWR941NV4,tl-wr941nd-v4,TL-WR741ND,tt
$(eval $(call SingleProfile,TPLINK,64kraw,TLWR1043V1,tl-wr1043nd-v1,TL-WR1043ND,ttyS0,115200,0x10430001,1,8M))

$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7,archer-c7-v1,ARCHER-C7,ttyS0,115200,0x75000001,1,8Mlzma))
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7V2,archer-c7-v2,ARCHER-C7,ttyS0,115200,0xc7000002,1,16Mlzma))
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR10U,tl-mr10u-v1,TL-MR10U,ttyATH0,115200,0x00100101,1,4Mlzma))
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR11UV1,tl-mr11u-v1,TL-MR11U,ttyATH0,115200,0x00110101,1,4Mlzma))
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR11UV2,tl-mr11u-v2,TL-MR11U,ttyATH0,115200,0x00110102,1,4Mlzma))
Expand Down

0 comments on commit b1b3e03

Please sign in to comment.