forked from Ivasoft/openwrt
ath79: add support for TP-Link Archer c7 v2
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
This commit is contained in:
committed by
John Crispin
parent
2a7e03af37
commit
ba74b45476
@@ -87,10 +87,14 @@ board=$(board_name)
|
||||
case "$FIRMWARE" in
|
||||
"ath10k/cal-pci-0000:00:00.0.bin")
|
||||
case $board in
|
||||
openmesh,om5p-ac-v2)
|
||||
"openmesh,om5p-ac-v2")
|
||||
ath10kcal_extract "ART" 20480 2116
|
||||
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16)
|
||||
;;
|
||||
"tplink,tl-archer-c7-v2")
|
||||
ath10kcal_extract "art" 20480 2116
|
||||
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2)
|
||||
;;
|
||||
"ubnt,ubnt-unifiac-lite")
|
||||
ath10kcal_extract "EEPROM" 20480 2116
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user