diff options
author | John Crispin <john@openwrt.org> | 2014-12-12 16:16:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-12 16:16:45 +0000 |
commit | 5ff8272cf07d0186a39f0ef75ca43a80dd104f81 (patch) | |
tree | 8d75df661c95f68d7b1d420167a5ee4526b308b9 /package/boot/uboot-oxnas | |
parent | 8feb4911569163320e3daca8cae21e2ba81f8cd7 (diff) | |
download | upstream-5ff8272cf07d0186a39f0ef75ca43a80dd104f81.tar.gz upstream-5ff8272cf07d0186a39f0ef75ca43a80dd104f81.tar.bz2 upstream-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/Makefile | 2 |
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 |