diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-29 13:48:47 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-29 13:48:47 +0000 |
commit | 5af6e685f4f98a6860c1a4a8aa948f78d8a185a1 (patch) | |
tree | 6c25fb3003c83cae15172db49c9c5047c669332d /target/linux | |
parent | 7f91693698db308ddb467b2ec1ed06712b10a5c6 (diff) |
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/linux')
-rw-r--r-- | target/linux/mpc83xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/image/Makefile b/target/linux/mpc83xx/image/Makefile index 53ab7746e..aabfbad4d 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)) |