diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-05-31 21:56:10 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-11 21:30:05 +0200 |
commit | 93198b833572d7946462788c1d2b2e110815cae8 (patch) | |
tree | 3d7c9051fec4aa45811446973ee316d2793e3254 /target/linux/ar71xx/image/generic.mk | |
parent | bd92a6cf57999db8ae61793f024cbc551df7f7ef (diff) | |
download | upstream-93198b833572d7946462788c1d2b2e110815cae8.tar.gz upstream-93198b833572d7946462788c1d2b2e110815cae8.tar.bz2 upstream-93198b833572d7946462788c1d2b2e110815cae8.zip |
ar71xx: image: fix 8devices boards DEVICE_TITLE
Be consistent with DEVICE_TITLE syntax and use vendor + board 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 | 4 |
1 files 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 |