From 2b6519b8c259c8152aa643806a4d9ec43e9801bb Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 2 Jul 2013 23:08:19 +0000 Subject: uboot-envtools: add support for imx6 target Signed-off-by: Luka Perkov SVN-Revision: 37136 --- package/boot/uboot-envtools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/boot/uboot-envtools/Makefile') diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index f83b062a3b..3a3e95515c 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -61,6 +61,10 @@ ifneq ($(CONFIG_TARGET_cns3xxx),) $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/cns3xxx $(1)/etc/uci-defaults/30_uboot-envtools endif +ifneq ($(CONFIG_TARGET_imx6),) + $(INSTALL_DIR) $(1)/etc/uci-defaults + $(INSTALL_BIN) ./files/imx6 $(1)/etc/uci-defaults/30_uboot-envtools +endif ifneq ($(CONFIG_TARGET_kirkwood),) $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/kirkwood $(1)/etc/uci-defaults/30_uboot-envtools -- cgit v1.2.3