mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
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 <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
fa2435903f
commit
9ef53b93cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user