diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rb532/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 615c9bd265..1558bf56d8 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 |