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/bcm63xx/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/bcm63xx/image')
-rw-r--r-- | target/linux/bcm63xx/image/bcm63xx.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/bcm63xx/image/bcm63xx.mk b/target/linux/bcm63xx/image/bcm63xx.mk index 54eaffc5bd..97959d7819 100644 --- a/target/linux/bcm63xx/image/bcm63xx.mk +++ b/target/linux/bcm63xx/image/bcm63xx.mk @@ -346,7 +346,7 @@ TARGET_DEVICES += brcm_bcm963269bhr ### BT ### define Device/bt_home-hub-2-a $(Device/bcm63xx-legacy) - DEVICE_VENDOR := BT + DEVICE_VENDOR := British Telecom (BT) DEVICE_MODEL := Home Hub 2.0 DEVICE_VARIANT := A CFE_BOARD_ID := HOMEHUB2A @@ -358,7 +358,7 @@ TARGET_DEVICES += bt_home-hub-2-a define Device/bt_voyager-2110 $(Device/bcm63xx-legacy) - DEVICE_VENDOR := BT + DEVICE_VENDOR := British Telecom (BT) DEVICE_MODEL := Voyager 2110 CFE_BOARD_ID := V2110 CHIP_ID := 6348 @@ -370,7 +370,7 @@ TARGET_DEVICES += bt_voyager-2110 define Device/bt_voyager-2500v-bb $(Device/bcm63xx-legacy) - DEVICE_VENDOR := BT + DEVICE_VENDOR := British Telecom (BT) DEVICE_MODEL := Voyager 2500V CFE_BOARD_ID := V2500V_BB CHIP_ID := 6348 |