diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 5ecee37a2b1b5ac3936a3c450474513efb77c731..5f59b263d3980c5695496067d1dbeed3dceb1a60 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 da06aa0867e9b3646f272d8533fc24799f31378e..e15d07872f38592c76ec4f592724266014373dbd 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 5dceddfde7a6a12f45be6f5e2948757c25a8a049..4cd7f7febb00d32d0ab2c03bc163d33e2f7a9fba 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')