From ba74b45476ab1fe36f8449b18501ba5d2c01cf8c Mon Sep 17 00:00:00 2001 From: Sibren Vasse Date: Tue, 26 Jun 2018 07:25:33 +0200 Subject: ath79: add support for TP-Link Archer c7 v2 Signed-off-by: Sibren Vasse --- target/linux/ath79/base-files/etc/board.d/02_network | 6 ++++++ .../linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'target/linux/ath79/base-files') diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index d978c3441e..e2a45b0526 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -40,6 +40,12 @@ ath79_setup_interfaces() "0@eth1" "1:lan" "2:lan" "3:lan:3" "4:lan:4" ;; + "tplink,tl-archer-c7-v2") + ucidef_set_interfaces_lan_wan "eth1.1" "eth0.2" + ucidef_add_switch "switch0" \ + "0@eth1" "2:lan" "3:lan" "4:lan" "5:lan" "6@eth0" "1:wan" + ;; + "tplink,tl-mr3020-v1") ucidef_set_interface_lan "eth0.1" ucidef_add_switch "switch0" "0@eth0" "1:lan" diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index e3a3432dd1..20df5a220f 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -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 ;; -- cgit v1.2.3