Author: wigyori Date: 2015-09-21 23:05:16 +0200 (Mon, 21 Sep 2015) New Revision: 47019
Modified: trunk/target/linux/mxs/image/Makefile Log: mxs: adopt SD card generation to fixed U-Boot path Signed-off-by: Michael Heimpold <[email protected]> Modified: trunk/target/linux/mxs/image/Makefile =================================================================== --- trunk/target/linux/mxs/image/Makefile 2015-09-21 21:04:24 UTC (rev 47018) +++ trunk/target/linux/mxs/image/Makefile 2015-09-21 21:05:16 UTC (rev 47019) @@ -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. @@ -57,7 +57,7 @@ $(KDIR)/root.$(1) \ $(CONFIG_MXS_SD_BOOT_PARTSIZE) \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) \ - $(BIN_DIR)/uboot-mxs-$(3).sb + $(BIN_DIR)/uboot-mxs-$(3)/uboot-mxs-$(3).sb endef define Image/Build/Profile/olinuxino-maxi _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
