Skip to content
Snippets Groups Projects
Commit a1f41646 authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

packages: uboot-mxs: place binaries in the designated path


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

SVN-Revision: 47008
parent c927366d
No related branches found
No related tags found
No related merge requests found
#
# Copyright (C) 2013 OpenWrt.org
# Copyright (C) 2013-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
......@@ -40,7 +40,6 @@ endef
UBOOTS := \
mx23_olinuxino \
duckbill
define Package/uboot/template
define Package/uboot-mxs-$(1)
......@@ -76,10 +75,9 @@ define Build/Compile
CROSS_COMPILE=$(TARGET_CROSS) u-boot.sb
endef
define Package/uboot/install/default
$(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1)
dd if=$(PKG_BUILD_DIR)/u-boot.sb of=$(BIN_DIR)/uboot-$(BOARD)-$(1).sb bs=512 seek=4
dd if=$(PKG_BUILD_DIR)/u-boot.sb of=$(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb bs=512 seek=4
endef
define Package/uboot/install/template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment