diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-24 18:32:11 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-24 18:32:11 +0100 |
commit | 44cb4fd5e681ee72ef5e81c0442c2651e18ae6f6 (patch) | |
tree | 8445a8a6dcf6aa3bf1d6cf26ea3a79216835eb80 /target/linux/lantiq/image | |
parent | dc862be3019299cc280053d73474c7f838ce15a0 (diff) | |
download | upstream-44cb4fd5e681ee72ef5e81c0442c2651e18ae6f6.tar.gz upstream-44cb4fd5e681ee72ef5e81c0442c2651e18ae6f6.tar.bz2 upstream-44cb4fd5e681ee72ef5e81c0442c2651e18ae6f6.zip |
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: fd666870582f ("lantiq: split up DEVICE_TITLE")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/ar9.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/ar9.mk b/target/linux/lantiq/image/ar9.mk index f86e2d1c68..73e2ab89b2 100644 --- a/target/linux/lantiq/image/ar9.mk +++ b/target/linux/lantiq/image/ar9.mk @@ -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 |