diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2013-11-12 10:07:03 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2013-11-12 10:07:03 +0000 |
commit | b4e6bd67860ac2a0af532c0f967521d087137489 (patch) | |
tree | abbfa1d12b8d46a6af3c1be73f88b38437dc8adf /package/boot/uboot-envtools/Makefile | |
parent | fedcea9d2623d07ef2c9520d9b6c660bab845df0 (diff) | |
download | upstream-b4e6bd67860ac2a0af532c0f967521d087137489.tar.gz upstream-b4e6bd67860ac2a0af532c0f967521d087137489.tar.bz2 upstream-b4e6bd67860ac2a0af532c0f967521d087137489.zip |
uboot-envtools: add support for mxs target
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools/Makefile')
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index a0512284d5..0a304ac0bb 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -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 |