[openwrt/openwrt] lantiq: xrx200: add alternative names for Plusnet Hub One and BT Business Hub 5A

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 12 08:53:30 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1b045a7c13aeb141e0c069aaf5fc38989eee11cf

commit 1b045a7c13aeb141e0c069aaf5fc38989eee11cf
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Jan 11 17:10:42 2025 +0100

    lantiq: xrx200: add alternative names for Plusnet Hub One and BT Business Hub 5A
    
    The Plusnet Hub One and BT Business Hub 5A have the same hardware as
    the BT Home Hub 5A. This commit adds alternative names so that both
    devices 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>
---
 target/linux/lantiq/image/vr9.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk
index 48a372f476..05999e408d 100644
--- a/target/linux/lantiq/image/vr9.mk
+++ b/target/linux/lantiq/image/vr9.mk
@@ -292,6 +292,11 @@ define Device/bt_homehub-v5a
   DEVICE_VENDOR := British Telecom (BT)
   DEVICE_MODEL := Home Hub 5
   DEVICE_VARIANT := Type A
+  DEVICE_ALT0_VENDOR := British Telecom (BT)
+  DEVICE_ALT0_MODEL := Business Hub 5
+  DEVICE_ALT0_VARIANT := Type A
+  DEVICE_ALT1_VENDOR := Plusnet
+  DEVICE_ALT1_MODEL := Hub One
   BOARD_NAME := BTHOMEHUBV5A
   DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader \
 	kmod-ath10k-ct ath10k-firmware-qca988x-ct wpad-basic-mbedtls kmod-usb-dwc2




More information about the lede-commits mailing list