diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2015-09-21 21:05:16 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2015-09-21 21:05:16 +0000 |
commit | 713aa4a316b65658f7c4cfe99b5b2db3ef4f2283 (patch) | |
tree | 26ae757df0e20d8970b71f575e773a96d88a1970 /target/linux/mxs | |
parent | fa3cf8e6e8bb58fe5ef6d4f9560dc9b6b23ff195 (diff) | |
download | master-187ad058-713aa4a316b65658f7c4cfe99b5b2db3ef4f2283.tar.gz master-187ad058-713aa4a316b65658f7c4cfe99b5b2db3ef4f2283.tar.bz2 master-187ad058-713aa4a316b65658f7c4cfe99b5b2db3ef4f2283.zip |
mxs: adopt SD card generation to fixed U-Boot path
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47019 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index 256d4e663d..7e6a1a000c 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -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 @@ define Image/Build/SDCard $(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 |