1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

pistachio: split up DEVICE_TITLE

DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT

Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
Moritz Warning 2019-09-26 00:02:21 +02:00 committed by Hauke Mehrtens
parent 9f73fad359
commit 66fbaae83e

View File

@ -24,11 +24,14 @@ define Device/Default
endef
define Device/marduk
DEVICE_VENDOR := Imagination Technologies
DEVICE_MODEL := Creator Ci40 (VL-62899)
DEVICE_ALT0_VENDOR := Imagination Technologies
DEVICE_ALT0_MODEL := Marduk board
BOARD_NAME := img,pistachio-marduk
DEVICE_DTS := img/pistachio_marduk
BLOCKSIZE := 256KiB
PAGESIZE := 4KiB
DEVICE_TITLE := Creator Ci40
DEVICE_PACKAGES := kmod-tpm-i2c-infineon
endef