2
0
forked from Ivasoft/openwrt

uboot-envtools: add support for mxs target

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

SVN-Revision: 38776
This commit is contained in:
Zoltan Herpai
2013-11-12 10:07:03 +00:00
parent eb144d3056
commit dcd8a08be1
2 changed files with 30 additions and 0 deletions

View File

@@ -76,6 +76,10 @@ ifneq ($(CONFIG_TARGET_lantiq),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/lantiq $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_mxs),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/mxs $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_ramips),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/ramips $(1)/etc/uci-defaults/30_uboot-envtools