-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ath79-generic: (re)add support for tl-wr1043nd-v4
Gone due to commit 45c84a1 ("ar71xx: drop target")
- Loading branch information
1 parent
9751744
commit 5f286e1
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
patches/openwrt/0011-ath79-fix-TPLINK_HWREV-field-for-TL-WR1043ND-v4.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From 389235bd920214daf171ec4eda3ee187bdaa742c Mon Sep 17 00:00:00 2001 | ||
From: Matthias Schiffer <[email protected]> | ||
Date: Fri, 25 Mar 2022 17:32:24 +0100 | ||
Subject: [PATCH] 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") | ||
Signed-off-by: Matthias Schiffer <[email protected]> | ||
--- | ||
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 | ||
-- | ||
2.35.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters