ath79: add experimental WDR and Archer C7 v2

This commit is contained in:
David Bauer 2021-01-02 19:48:44 +01:00
parent 075b393739
commit ee9e904bbe

View File

@ -85,4 +85,12 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
packages = ATH10K_PACKAGES_QCA9888, packages = ATH10K_PACKAGES_QCA9888,
}) })
device('tp-link-archer-c7-v1', 'tplink_archer-c7-v1', {
packages = ATH10K_PACKAGES_QCA9880,
})
device('tp-link-cpe220-v3', 'tplink_cpe220-v3') device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')