diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-01-31 22:26:39 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-03 05:10:14 +0100 |
commit | a4d12aed304937560c6ef8def9e478e4ee102a4f (patch) | |
tree | 657690c393b4a3f53af25345a8e13faf422ae5ff /target/linux/ar71xx/image/legacy-devices.mk | |
parent | c3ef8daff45b6edf133698d46d92e59f898be44f (diff) | |
download | upstream-a4d12aed304937560c6ef8def9e478e4ee102a4f.tar.gz upstream-a4d12aed304937560c6ef8def9e478e4ee102a4f.tar.bz2 upstream-a4d12aed304937560c6ef8def9e478e4ee102a4f.zip |
ar71xx: image: fix DEVICE_TITLE for several devices
Be consistent with form and format of the vendor names.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/legacy-devices.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index 3f865da43f..2535c03df1 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -328,7 +328,7 @@ endef LEGACY_DEVICES += WRT160NL define LegacyDevice/MYNETREXT - DEVICE_TITLE := WD My Net Wi-Fi Range Extender + DEVICE_TITLE := Western Digital My Net Wi-Fi Range Extender DEVICE_PACKAGES := rssileds endef LEGACY_DEVICES += MYNETREXT @@ -640,7 +640,7 @@ endef LEGACY_DEVICES += ZCN1523H516 define LegacyDevice/NBG_460N_550N_550NH - DEVICE_TITLE := Zyxel NBG 460N/550N/550NH + DEVICE_TITLE := ZyXEL NBG 460N/550N/550NH DEVICE_PACKAGES := kmod-rtc-pcf8563 endef LEGACY_DEVICES += NBG_460N_550N_550NH |