[openwrt/openwrt] ath79: fix TPLINK_HWREV field for TL-WR1043ND v4
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 25 10:15:25 PDT 2022
neoraider pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/30e6f288531fce02c67e7f391f28021ca5ddf065
commit 30e6f288531fce02c67e7f391f28021ca5ddf065
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Fri Mar 25 17:32:24 2022 +0100
ath79: fix TPLINK_HWREV field for TL-WR1043ND v4
Required to allow sysupgrades from OpenWrt 19.07.
Closes #7071
Fixes: 98fbf2edc021 ("ath79: move TPLINK_HWID/_HWREV to parent for tplink-safeloader")
Tested-by: J. Burfeind <git at aiyionpri.me>
Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
(cherry picked from commit 8ba71f1f6f2359f9cf54201e9fc037df33f123c0)
---
target/linux/ath79/image/generic-tp-link.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index be6aa06b55..eeca02ce88 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -658,6 +658,7 @@ define Device/tplink_tl-wr1043nd-v4
DEVICE_VARIANT := v4
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
TPLINK_HWID := 0x10430004
+ TPLINK_HWREV := 0x1
TPLINK_BOARD_ID := TLWR1043NDV4
SUPPORTED_DEVICES += tl-wr1043nd-v4
endef
More information about the lede-commits
mailing list