From: Adrian Schmutzler Date: Mon, 8 Jul 2019 21:14:03 +0000 (+0200) Subject: rb532: Fix missing DEVICE_TITLE X-Git-Url: http://git.openwrt.org/source?a=commitdiff_plain;h=9ef53b93cbd904d514d056be6f4ef83b0ca2ff59;p=openwrt%2Fstaging%2Fblogic.git 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 --- 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