From 5ff8272cf07d0186a39f0ef75ca43a80dd104f81 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 12 Dec 2014 16:16:45 +0000 Subject: [PATCH] uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR Signed-off-by: Daniel Golle SVN-Revision: 43662 --- package/boot/uboot-oxnas/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2