[source] ar71xx: image: fix 8devices boards DEVICE_TITLE

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 11 13:14:08 PDT 2017


pepe2k pushed a commit to source.git, branch master:
https://git.lede-project.org/93198b833572d7946462788c1d2b2e110815cae8

commit 93198b833572d7946462788c1d2b2e110815cae8
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Wed May 31 21:56:10 2017 +0200

    ar71xx: image: fix 8devices boards DEVICE_TITLE
    
    Be consistent with DEVICE_TITLE syntax and use vendor + board names.
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/ar71xx/image/generic.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 41abb27..28a8898 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -103,7 +103,7 @@ endef
 TARGET_DEVICES += bsb
 
 define Device/carambola2
-  DEVICE_TITLE := Carambola2 board from 8Devices
+  DEVICE_TITLE := 8devices Carambola2
   DEVICE_PACKAGES := kmod-usb-core kmod-usb2
   BOARDNAME = CARAMBOLA2
   IMAGE_SIZE = 16000k
@@ -256,7 +256,7 @@ endef
 TARGET_DEVICES += gl-mifi
 
 define Device/lima
-  DEVICE_TITLE := Lima board from 8Devices
+  DEVICE_TITLE := 8devices Lima
   DEVICE_PACKAGES := kmod-usb-core kmod-usb2
   BOARDNAME = LIMA
   IMAGE_SIZE = 15616k



More information about the lede-commits mailing list