summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-oxnas
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-12 16:16:45 +0000
committerJohn Crispin <john@openwrt.org>2014-12-12 16:16:45 +0000
commit5ff8272cf07d0186a39f0ef75ca43a80dd104f81 (patch)
tree8d75df661c95f68d7b1d420167a5ee4526b308b9 /package/boot/uboot-oxnas
parent8feb4911569163320e3daca8cae21e2ba81f8cd7 (diff)
downloadmaster-31e0f0ae-5ff8272cf07d0186a39f0ef75ca43a80dd104f81.tar.gz
master-31e0f0ae-5ff8272cf07d0186a39f0ef75ca43a80dd104f81.tar.bz2
master-31e0f0ae-5ff8272cf07d0186a39f0ef75ca43a80dd104f81.zip
uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR
Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43662
Diffstat (limited to 'package/boot/uboot-oxnas')
-rw-r--r--package/boot/uboot-oxnas/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-oxnas/Makefile b/package/boot/uboot-oxnas/Makefile
index e2339432fe..825907b630 100644
--- a/package/boot/uboot-oxnas/Makefile
+++ b/package/boot/uboot-oxnas/Makefile
@@ -82,6 +82,8 @@ define Package/uboot/install/default
$(INSTALL_DIR) $(BIN_DIR)
$(CP) $(PKG_BUILD_DIR)/u-boot.bin \
$(BIN_DIR)/openwrt-$(BOARD)-$(1)-u-boot.bin
+ $(CP) $(PKG_BUILD_DIR)/u-boot.bin \
+ $(KERNEL_BUILD_DIR)/u-boot.bin
endef
define Package/uboot/install/template