mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
lantiq: fix model name for BT Home Hub 3 Type A
The number 3 was accidentally removed from the name during split
of DEVICE_TITLE.
Fixes: fd66687058 ("lantiq: split up DEVICE_TITLE")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
dc862be301
commit
44cb4fd5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ TARGET_DEVICES += avm_fritz7320
|
|||
define Device/bt_homehub-v3a
|
||||
$(Device/NAND)
|
||||
DEVICE_VENDOR := British Telecom
|
||||
DEVICE_MODEL := Home Hub
|
||||
DEVICE_MODEL := Home Hub 3
|
||||
DEVICE_VARIANT := Type A
|
||||
BOARD_NAME := BTHOMEHUBV3A
|
||||
SOC := ar9
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue