aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commitf0d92f168741aab16c8a443348f1f2254535d278 (patch)
tree6c25fb3003c83cae15172db49c9c5047c669332d /target
parent80eadec142204c3ef4ba3880fb745da3e1ab6bb4 (diff)
downloadmaster-187ad058-f0d92f168741aab16c8a443348f1f2254535d278.tar.gz
master-187ad058-f0d92f168741aab16c8a443348f1f2254535d278.tar.bz2
master-187ad058-f0d92f168741aab16c8a443348f1f2254535d278.zip
mpc83xx: sync image/Makefile to r20834
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21259 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 53ab7746e1..aabfbad4d1 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))