Browse Source

uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR

Signed-off-by: Daniel Golle <[email protected]>

SVN-Revision: 43662
John Crispin 11 years ago
parent
commit
5ff8272cf0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/boot/uboot-oxnas/Makefile

+ 2 - 0
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