Make the device's title consistent by adding the
manufacturer to their title, as the other boards
on the target.
Additionally, this creates a sorted by manufacturer
board list on menuconfig

Signed-off-by: Luis Araneda <[email protected]>
---
 target/linux/zynq/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/zynq/image/Makefile b/target/linux/zynq/image/Makefile
index d8a882313b..380b07bb82 100644
--- a/target/linux/zynq/image/Makefile
+++ b/target/linux/zynq/image/Makefile
@@ -58,7 +58,7 @@ TARGET_DEVICES += avnet_zynq-zed
 
 define Device/digilent_zynq-zybo
        $(call Device/FitImageGzip)
-       DEVICE_TITLE := ZYBO Development Board
+       DEVICE_TITLE := Digilent Zybo board
        DEVICE_DTS := zynq-zybo
 endef
 TARGET_DEVICES += digilent_zynq-zybo
@@ -72,7 +72,7 @@ TARGET_DEVICES += digilent_zynq-zybo-z7
 
 define Device/xlnx_zynq-zc702
        $(call Device/FitImageGzip)
-       DEVICE_TITLE := ZC702 Development Board
+       DEVICE_TITLE := Xilinx ZC702 board
        DEVICE_DTS := zynq-zc702
        DEVICE_PACKAGES:=kmod-can kmod-can-xilinx-can
 endef
-- 
2.21.0


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to