Skip to content

Commit

Permalink
treewide: use uniform vendor value for british telecom
Browse files Browse the repository at this point in the history
British Telecom is mostly known as BT.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
  • Loading branch information
mwarning authored and hauke committed Dec 12, 2021
1 parent 6c945fa commit 59faf41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions target/linux/bcm63xx/image/bcm63xx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion target/linux/lantiq/image/ar9.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion target/linux/lantiq/image/danube.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion target/linux/lantiq/image/vr9.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59faf41

Please sign in to comment.