[OpenWrt-Devel] [PATCH] rb532: split up DEVICE_TITLE
Moritz Warning
moritzwarning at web.de
Tue Oct 15 16:06:10 EDT 2019
DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT
Signed-off-by: Moritz Warning <moritzwarning at web.de>
---
target/linux/rb532/image/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile
index 1558bf56d8..a6f8a6beaf 100644
--- a/target/linux/rb532/image/Makefile
+++ b/target/linux/rb532/image/Makefile
@@ -36,9 +36,10 @@ define Build/lzma-loader-elf
endef
define Device/nand
+ DEVICE_VENDOR := MikroTik
+ DEVICE_MODEL := RouterBOARD 532
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.23.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list