diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 5ecee37a..5f59b263 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -80,7 +80,7 @@ ath79-generic - EAP225-Outdoor (v1) - TL-WDR3600 (v1) - TL-WDR4300 (v1) - - TL-WR1043N/ND (v3) + - TL-WR1043N/ND (v3, v4) - WBS210 (v2.0) * Ubiquiti diff --git a/modules b/modules index da06aa08..e15d0787 100644 --- a/modules +++ b/modules @@ -2,11 +2,11 @@ GLUON_FEEDS='packages routing gluon' OPENWRT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-21.02 -OPENWRT_COMMIT=f65edc9b990c2bcc10c9e9fca29253adc6fe316d +OPENWRT_COMMIT=30e6f288531fce02c67e7f391f28021ca5ddf065 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-21.02 -PACKAGES_PACKAGES_COMMIT=08a442fe9f7bc2bf1a967d702514c0e136ecde08 +PACKAGES_PACKAGES_COMMIT=ee69afe6f1c0ff9d257b5478ae6d50b18e023519 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-21.02 diff --git a/targets/ath79-generic b/targets/ath79-generic index 5dceddfd..4cd7f7fe 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -305,6 +305,11 @@ device('tp-link-tl-wr1043nd-v3', 'tplink_tl-wr1043nd-v3', { 'tp-link-tl-wr1043n-nd-v3', -- upgrade from OpenWrt 19.07 }, }) +device('tp-link-tl-wr1043nd-v4', 'tplink_tl-wr1043nd-v4', { + manifest_aliases = { + 'tp-link-tl-wr1043n-nd-v4', -- upgrade from OpenWrt 19.07 + }, +}) device('tp-link-wbs210-v2', 'tplink_wbs210-v2')