projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the value of ac_cv_sizeof_off_t in the sitefiles (reported by crazy_imp)
[openwrt.git]
/
target
/
linux
/
amcc-2.6
/
image
/
Makefile
diff --git
a/target/linux/amcc-2.6/image/Makefile
b/target/linux/amcc-2.6/image/Makefile
index
bab2e64
..
bd391f0
100644
(file)
--- a/
target/linux/amcc-2.6/image/Makefile
+++ b/
target/linux/amcc-2.6/image/Makefile
@@
-19,6
+19,13
@@
define Image/Build
$(call Image/Build/$(1),$(1))
endef
$(call Image/Build/$(1),$(1))
endef
+define Image/Build/jffs2-256k
+ ( \
+ dd if=$(LINUX_DIR)/arch/ppc/boot/images/uImage bs=4096k conv=sync; \
+ dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
+ ) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-jffs2.img
+endef
+
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
( \
define Image/Build/squashfs
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
( \
This page took
0.031369 seconds
and
4
git commands to generate.