Author: wigyori Date: 2015-09-21 23:03:37 +0200 (Mon, 21 Sep 2015) New Revision: 47017
Modified: trunk/package/boot/uboot-mxs/Makefile Log: packages: uboot-mxs: do no modify the U-Boot image, copy as-is Signed-off-by: Michael Heimpold <[email protected]> Modified: trunk/package/boot/uboot-mxs/Makefile =================================================================== --- trunk/package/boot/uboot-mxs/Makefile 2015-09-21 17:43:12 UTC (rev 47016) +++ trunk/package/boot/uboot-mxs/Makefile 2015-09-21 21:03:37 UTC (rev 47017) @@ -77,7 +77,7 @@ define Package/uboot/install/default $(INSTALL_DIR) $(BIN_DIR)/uboot-$(BOARD)-$(1) - dd if=$(PKG_BUILD_DIR)/u-boot.sb of=$(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb bs=512 seek=4 + $(CP) $(PKG_BUILD_DIR)/u-boot.sb $(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb endef define Package/uboot/install/template _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
