[source] ar71xx: image: update GL.iNet boards DEVICE_TITLE
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 11 13:14:09 PDT 2017
pepe2k pushed a commit to source.git, branch master:
https://git.lede-project.org/80136e57a479d2a0902a3acdd57bfb0776a3be97
commit 80136e57a479d2a0902a3acdd57bfb0776a3be97
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Wed May 31 22:12:51 2017 +0200
ar71xx: image: update GL.iNet boards DEVICE_TITLE
Use "GL.iNet" as vendor name (based on information from the vendor, this
is registered name of the company) and align model names with official
website.
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
target/linux/ar71xx/image/generic.mk | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 28a8898..0009c0f 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -208,7 +208,7 @@ endef
TARGET_DEVICES += weio
define Device/gl-ar150
- DEVICE_TITLE := GL AR150
+ DEVICE_TITLE := GL.iNet GL-AR150
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
BOARDNAME = GL-AR150
IMAGE_SIZE = 16000k
@@ -218,7 +218,7 @@ endef
TARGET_DEVICES += gl-ar150
define Device/gl-ar300
- DEVICE_TITLE := GL AR300
+ DEVICE_TITLE := GL.iNet GL-AR300
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
BOARDNAME = GL-AR300
IMAGE_SIZE = 16000k
@@ -227,7 +227,7 @@ endef
TARGET_DEVICES += gl-ar300
define Device/gl-ar300m
- DEVICE_TITLE := GL AR300M
+ DEVICE_TITLE := GL.iNet GL-AR300M
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
BOARDNAME = GL-AR300M
IMAGE_SIZE = 16000k
@@ -236,7 +236,7 @@ endef
TARGET_DEVICES += gl-ar300m
define Device/gl-domino
- DEVICE_TITLE := GL Domino Pi
+ DEVICE_TITLE := GL.iNet Domino Pi
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
BOARDNAME = DOMINO
IMAGE_SIZE = 16000k
@@ -246,7 +246,7 @@ endef
TARGET_DEVICES += gl-domino
define Device/gl-mifi
- DEVICE_TITLE := GL MIFI
+ DEVICE_TITLE := GL.iNet GL-MiFi
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
BOARDNAME = GL-MIFI
IMAGE_SIZE = 16000k
More information about the lede-commits
mailing list