Author: blogic Date: 2014-12-12 17:16:45 +0100 (Fri, 12 Dec 2014) New Revision: 43662
Modified: trunk/package/boot/uboot-oxnas/Makefile Log: uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/package/boot/uboot-oxnas/Makefile =================================================================== --- trunk/package/boot/uboot-oxnas/Makefile 2014-12-12 16:11:17 UTC (rev 43661) +++ trunk/package/boot/uboot-oxnas/Makefile 2014-12-12 16:16:45 UTC (rev 43662) @@ -82,6 +82,8 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
