[openwrt/openwrt] lantiq: xrx200_legacy: add alternative names for TP-Link TD-W9980(B)

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 12 12:52:27 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/6c0707a59dc3f3927d63ae2fc68d6a3e13b0eabd

commit 6c0707a59dc3f3927d63ae2fc68d6a3e13b0eabd
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Jan 11 17:04:33 2025 +0100

    lantiq: xrx200_legacy: add alternative names for TP-Link TD-W9980(B)
    
    The TP-Link TD-W9980(B) shares the same hardware with the TP-Link TD-W8980.
    The only difference is that the TD-W8980 does not support VDSL. This is a
    software limitation and once the software is changed, both work equally
    supporting VDSL. This commit adds alternative names for devices so they
    can be easily found in the firmware selector.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/17583
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit b2b4ce15322c75bda0cae6fb2160a74270185831)
---
 target/linux/lantiq/image/tp-link_legacy.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/target/linux/lantiq/image/tp-link_legacy.mk b/target/linux/lantiq/image/tp-link_legacy.mk
index d9bcd35d10..19a81bd827 100644
--- a/target/linux/lantiq/image/tp-link_legacy.mk
+++ b/target/linux/lantiq/image/tp-link_legacy.mk
@@ -36,6 +36,12 @@ define Device/tplink_tdw8980
   $(Device/lantiqTpLink)
   DEVICE_MODEL := TD-W8980
   DEVICE_VARIANT := v1
+  DEVICE_ALT0_VENDOR := TP-LINK
+  DEVICE_ALT0_MODEL := TD-W9980
+  DEVICE_ALT0_VARIANT := v1
+  DEVICE_ALT1_VENDOR := TP-LINK
+  DEVICE_ALT1_MODEL := TD-W9980B
+  DEVICE_ALT1_VARIANT := v1
   TPLINK_FLASHLAYOUT := 8Mltq
   TPLINK_HWID := 0x89800001
   TPLINK_HWREV := 14




More information about the lede-commits mailing list