mpc83xx: sync image/Makefile to r20834
SVN-Revision: 21259
This commit is contained in:
parent
122208dcc3
commit
03e1d68104
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ define Image/Build/squashfs
|
||||||
( \
|
( \
|
||||||
dd if=$(LINUX_DIR)/arch/powerpc/boot/uImage bs=3072k conv=sync; \
|
dd if=$(LINUX_DIR)/arch/powerpc/boot/uImage bs=3072k conv=sync; \
|
||||||
dd if=$(KDIR)/root.$(1) bs=256k 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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildImage))
|
$(eval $(call BuildImage))
|
||||||
|
|
Loading…
Reference in a new issue