From 93198b833572d7946462788c1d2b2e110815cae8 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 31 May 2017 21:56:10 +0200 Subject: [PATCH] ar71xx: image: fix 8devices boards DEVICE_TITLE Be consistent with DEVICE_TITLE syntax and use vendor + board names. Signed-off-by: Piotr Dymacz --- 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 41abb27cf2..28a8898f75 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 -- 2.25.1