ath79-generic: add support for TP-Link TL-WDR3600/4300 v1

This commit is contained in:
Matthias Schiffer 2021-08-07 21:22:09 +02:00
parent af74622cb5
commit 4d21d4134e
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
2 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,8 @@ ath79-generic
- Archer C6 (v2)
- CPE220 (v3.0)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
ath79-nand
----------

View File

@ -106,3 +106,6 @@ device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
})
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')