mirror of https://github.com/hak5/openwrt.git
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>master
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…
Reference in New Issue