projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: rt305x: add support for the Netcore NW718 board
[openwrt.git]
/
target
/
linux
/
mpc83xx
/
image
/
Makefile
diff --git
a/target/linux/mpc83xx/image/Makefile
b/target/linux/mpc83xx/image/Makefile
index
53ab774
..
aabfbad
100644
(file)
--- 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; \
( \
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))
endef
$(eval $(call BuildImage))
This page took
0.027656 seconds
and
4
git commands to generate.