From: John Crispin Date: Fri, 12 Dec 2014 16:16:45 +0000 (+0000) Subject: uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5ff8272cf07d0186a39f0ef75ca43a80dd104f81;p=openwrt%2Fstaging%2Fmkresin.git uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR Signed-off-by: Daniel Golle SVN-Revision: 43662 --- 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