mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-10 21:01:21 +00: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:
parent
9f73fad359
commit
66fbaae83e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user