[openwrt/openwrt] ath79: fix TPLINK_HWREV field for TL-WR1043ND v4

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 25 10:14:08 PDT 2022


neoraider pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8ba71f1f6f2359f9cf54201e9fc037df33f123c0

commit 8ba71f1f6f2359f9cf54201e9fc037df33f123c0
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>
---
 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 d6f7e7655d..37a0fcc169 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -711,6 +711,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