diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2018-06-26 07:25:33 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-26 08:57:26 +0200 |
commit | ba74b45476ab1fe36f8449b18501ba5d2c01cf8c (patch) | |
tree | 9c886cda6f584d3a8a3bec93b6a81bb59ce3ee59 /target/linux/ath79/base-files/etc | |
parent | 2a7e03af37d1112c2c2f6b6c80283d4d49407889 (diff) | |
download | upstream-ba74b45476ab1fe36f8449b18501ba5d2c01cf8c.tar.gz upstream-ba74b45476ab1fe36f8449b18501ba5d2c01cf8c.tar.bz2 upstream-ba74b45476ab1fe36f8449b18501ba5d2c01cf8c.zip |
ath79: add support for TP-Link Archer c7 v2
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'target/linux/ath79/base-files/etc')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 6 | ||||
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 6 |
2 files changed, 11 insertions, 1 deletions
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 ;; |