diff options
| author | Aleksander Jan Bajkowski | 2025-01-11 16:10:42 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-12 20:50:53 +0000 |
| commit | afbe72d293126312b12f1776855093eb8c5198dd (patch) | |
| tree | af9c5e3157a029a5f5f8b7c2615f7ffcb83f23bf | |
| parent | 6c0707a59dc3f3927d63ae2fc68d6a3e13b0eabd (diff) | |
| download | openwrt-afbe72d293126312b12f1776855093eb8c5198dd.tar.gz | |
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@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/17583
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 1b045a7c13aeb141e0c069aaf5fc38989eee11cf)
| -rw-r--r-- | target/linux/lantiq/image/vr9.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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 |