projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
ppc44x
/
image
/
Makefile
diff --git
a/target/linux/ppc44x/image/Makefile
b/target/linux/ppc44x/image/Makefile
index
bd284eb
..
5c1d023
100644
(file)
--- a/
target/linux/ppc44x/image/Makefile
+++ b/
target/linux/ppc44x/image/Makefile
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/image.mk
JFFS2_BLOCKSIZE=256k
define Image/Prepare
JFFS2_BLOCKSIZE=256k
define Image/Prepare
- cp $(LINUX_DIR)/arch/p
pc/boot/images/uImage
$(KDIR)/uImage
+ cp $(LINUX_DIR)/arch/p
owerpc/boot/cuImage.taishan
$(KDIR)/uImage
endef
define Image/BuildKernel
endef
define Image/BuildKernel
@@
-23,7
+23,7
@@
endef
define Image/Build/jffs2-256k
( \
define Image/Build/jffs2-256k
( \
- dd if=$(
LINUX_DIR)/arch/ppc/boot/images/uImage bs=4096
k conv=sync; \
+ dd if=$(
KDIR)/uImage bs=2048
k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-jffs2.img
endef
dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-jffs2.img
endef
@@
-31,7
+31,7
@@
endef
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
( \
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
( \
- dd if=$(
LINUX_DIR)/arch/ppc/boot/images/uImage bs=4096
k conv=sync; \
+ dd if=$(
KDIR)/uImage bs=2048
k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).img
endef
dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).img
endef
This page took
0.026241 seconds
and
4
git commands to generate.