diff options
author | Moritz Warning <moritzwarning@web.de> | 2021-12-11 09:33:46 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-12 21:11:38 +0100 |
commit | 59faf41da149982d659db1ae97fe8a1d58e31b0f (patch) | |
tree | 0a2e3d6984eae09229408cf38fd2dd8e4d73c99e /target/linux/lantiq/image | |
parent | 6c945fa379a1b59e6b439b0f6ffba4cbd3ca04d3 (diff) | |
download | upstream-59faf41da149982d659db1ae97fe8a1d58e31b0f.tar.gz upstream-59faf41da149982d659db1ae97fe8a1d58e31b0f.tar.bz2 upstream-59faf41da149982d659db1ae97fe8a1d58e31b0f.zip |
treewide: use uniform vendor value for british telecom
British Telecom is mostly known as BT.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/ar9.mk | 2 | ||||
-rw-r--r-- | target/linux/lantiq/image/danube.mk | 2 | ||||
-rw-r--r-- | target/linux/lantiq/image/vr9.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/image/ar9.mk b/target/linux/lantiq/image/ar9.mk index 5a17395f82..d30e1ee492 100644 --- a/target/linux/lantiq/image/ar9.mk +++ b/target/linux/lantiq/image/ar9.mk @@ -31,7 +31,7 @@ TARGET_DEVICES += avm_fritz7320 define Device/bt_homehub-v3a $(Device/NAND) - DEVICE_VENDOR := British Telecom + DEVICE_VENDOR := British Telecom (BT) DEVICE_MODEL := Home Hub 3 DEVICE_VARIANT := Type A BOARD_NAME := BTHOMEHUBV3A diff --git a/target/linux/lantiq/image/danube.mk b/target/linux/lantiq/image/danube.mk index 28fa4ed800..9b37bfb595 100644 --- a/target/linux/lantiq/image/danube.mk +++ b/target/linux/lantiq/image/danube.mk @@ -183,7 +183,7 @@ TARGET_DEVICES += audiocodes_mp-252 define Device/bt_homehub-v2b $(Device/NAND) - DEVICE_VENDOR := British Telecom + DEVICE_VENDOR := British Telecom (BT) DEVICE_MODEL := Home Hub 2 DEVICE_VARIANT := Type B BOARD_NAME := BTHOMEHUBV2B diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index 909479587c..d17045b6db 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -204,7 +204,7 @@ TARGET_DEVICES += avm_fritz7430 define Device/bt_homehub-v5a $(Device/dsa-migration) $(Device/NAND) - DEVICE_VENDOR := British Telecom + DEVICE_VENDOR := British Telecom (BT) DEVICE_MODEL := Home Hub 5 DEVICE_VARIANT := Type A BOARD_NAME := BTHOMEHUBV5A |