summaryrefslogtreecommitdiff
path: root/target/linux/mpc83xx/image/Makefile
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-04-29 13:48:47 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-04-29 13:48:47 +0000
commit03e1d68104c7810b0d9c538d73f3009f74a63eaf (patch)
treecc8a38d6cface86042ddf2bc349fb9be951aacd1 /target/linux/mpc83xx/image/Makefile
parent122208dcc3c6d5a8450fa65c11d98ad4b53611cc (diff)
downloadmtk-20170518-03e1d68104c7810b0d9c538d73f3009f74a63eaf.zip
mtk-20170518-03e1d68104c7810b0d9c538d73f3009f74a63eaf.tar.gz
mtk-20170518-03e1d68104c7810b0d9c538d73f3009f74a63eaf.tar.bz2
mpc83xx: sync image/Makefile to r20834
SVN-Revision: 21259
Diffstat (limited to 'target/linux/mpc83xx/image/Makefile')
-rw-r--r--target/linux/mpc83xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/image/Makefile b/target/linux/mpc83xx/image/Makefile
index 53ab774..aabfbad 100644
--- a/target/linux/mpc83xx/image/Makefile
+++ b/target/linux/mpc83xx/image/Makefile
@@ -27,7 +27,7 @@ define Image/Build/squashfs
( \
dd if=$(LINUX_DIR)/arch/powerpc/boot/uImage bs=3072k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
- ) > $(BIN_DIR)/openwrt-$(BOARD)-mpc8377_wlan-$(1).img
+ ) > $(BIN_DIR)/$(IMG_PREFIX)-mpc8377_wlan-$(1).img
endef
$(eval $(call BuildImage))