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/tp-link.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/tp-link.mk')
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index d163ffb0fe..4d95f4822e 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -602,7 +602,7 @@ endef define Device/tl-wr810n $(Device/tplink-8mlzma) - DEVICE_TITLE := TP-Link TL-WR810N + DEVICE_TITLE := TP-LINK TL-WR810N DEVICE_PACKAGES := kmod-usb-core kmod-usb2 BOARDNAME := TL-WR810N DEVICE_PROFILE := TLWR810 |