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/generic.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/generic.mk')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 5813239347..6e5a105a46 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -427,7 +427,7 @@ TARGET_DEVICES += rnx-n360rt define Device/mc-mac1200r $(Device/tplink-8mlzma) - DEVICE_TITLE := MERCURY MAC1200R + DEVICE_TITLE := Mercury MAC1200R DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x BOARDNAME := MC-MAC1200R DEVICE_PROFILE := MAC1200R |