diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 728a1153..fb564374 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -38,6 +38,8 @@ ath79-generic - Archer C6 (v2) - CPE220 (v3.0) + - TL-WDR3600 (v1) + - TL-WDR4300 (v1) ath79-nand ---------- diff --git a/targets/ath79-generic b/targets/ath79-generic index 53fad9c3..a593a1fd 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -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')