I would
1) not make a new profile, merely add kmod-ath10k to the old
2) add line
$(eval $(call MultiProfile,ARCHERC7,ARCHERC7V1 ARCHERC7V2))
to Makefile
3) change the old line
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7,archer-c7-v1,ARCHER-C7,ttyS0,115200,0x75000001,1,8Mlzma))
to
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7V1,archer-c7-v1,ARCHER-C7,ttyS0,115200,0x75000001,1,8Mlzma))
4) add line
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7V2,archer-c7-v2,ARCHER-C7-v2,ttyS0,115200,0x75000002,1,16Mlzma))
note the changed HWID
5) Add
*"Archer C7 v2")
name="archer-c7-v2"
;;
to base-files/lib/ar71xx.sh
Edit: and of course then add archer-c7-v2 to all necessary files under base-files/etc.
(Last edited by snk on 27 Mar 2014, 16:12)