Author: wigyori Date: 2015-09-18 21:29:23 +0200 (Fri, 18 Sep 2015) New Revision: 47008
Modified: trunk/package/boot/uboot-mxs/Makefile Log: packages: uboot-mxs: place binaries in the designated path Signed-off-by: Michael Heimpold <[email protected]> Modified: trunk/package/boot/uboot-mxs/Makefile =================================================================== --- trunk/package/boot/uboot-mxs/Makefile 2015-09-18 19:24:38 UTC (rev 47007) +++ trunk/package/boot/uboot-mxs/Makefile 2015-09-18 19:29:23 UTC (rev 47008) @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -40,7 +40,6 @@ UBOOTS := \ mx23_olinuxino \ duckbill - define Package/uboot/template define Package/uboot-mxs-$(1) @@ -76,10 +75,9 @@ CROSS_COMPILE=$(TARGET_CROSS) u-boot.sb endef - 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).sb bs=512 seek=4 + dd if=$(PKG_BUILD_DIR)/u-boot.sb of=$(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb bs=512 seek=4 endef define Package/uboot/install/template _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
