rb532: 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
5daf094353
commit
1997feb2ff
1 changed files with 2 additions and 1 deletions
|
@ -36,9 +36,10 @@ define Build/lzma-loader-elf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/nand
|
define Device/nand
|
||||||
|
DEVICE_VENDOR := MikroTik
|
||||||
|
DEVICE_MODEL := RouterBOARD 532
|
||||||
CMDLINE := ubi.mtd=1 ubi.block=0,rootfs root=/dev/ubiblock0_1
|
CMDLINE := ubi.mtd=1 ubi.block=0,rootfs root=/dev/ubiblock0_1
|
||||||
BOARD_NAME := rb532
|
BOARD_NAME := rb532
|
||||||
DEVICE_TITLE := rb532 NAND
|
|
||||||
SUPPORTED_DEVICES := rb532
|
SUPPORTED_DEVICES := rb532
|
||||||
KERNEL_INITRAMFS := append-kernel | patch-cmdline | lzma | lzma-loader-elf
|
KERNEL_INITRAMFS := append-kernel | patch-cmdline | lzma | lzma-loader-elf
|
||||||
KERNEL := $$(KERNEL_INITRAMFS) | kernel2minor -s 2048 -i 0 -c
|
KERNEL := $$(KERNEL_INITRAMFS) | kernel2minor -s 2048 -i 0 -c
|
||||||
|
|
Loading…
Reference in a new issue