From 9ef53b93cbd904d514d056be6f4ef83b0ca2ff59 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 8 Jul 2019 23:14:03 +0200 Subject: [PATCH] rb532: Fix missing DEVICE_TITLE This fixes the collection of target info during build, where the device title for rb532/nand is just empty: tmp/.config-target.in:44925:warning: leading whitespace ignored tmp/.config-target.in:123738:warning: leading whitespace ignored tmp/.config-target.in:123786:warning: leading whitespace ignored Signed-off-by: Adrian Schmutzler --- target/linux/rb532/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 615c9bd26581..1558bf56d86e 100644 --- a/target/linux/rb532/image/Makefile +++ b/target/linux/rb532/image/Makefile @@ -38,6 +38,7 @@ endef define Device/nand CMDLINE := ubi.mtd=1 ubi.block=0,rootfs root=/dev/ubiblock0_1 BOARD_NAME := rb532 + DEVICE_TITLE := rb532 NAND SUPPORTED_DEVICES := rb532 KERNEL_INITRAMFS := append-kernel | patch-cmdline | lzma | lzma-loader-elf KERNEL := $$(KERNEL_INITRAMFS) | kernel2minor -s 2048 -i 0 -c -- 2.30.2