From 03e1d68104c7810b0d9c538d73f3009f74a63eaf Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Thu, 29 Apr 2010 13:48:47 +0000 Subject: [PATCH] mpc83xx: sync image/Makefile to r20834 SVN-Revision: 21259 --- target/linux/mpc83xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2