projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: backport atomic64_t support for kernels that don't support it
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
ef78a98
..
c17a2cd
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-56,9
+56,9
@@
define add_jffs2_mark
echo -ne '\xde\xad\xc0\xde' >> $(1)
endef
echo -ne '\xde\xad\xc0\xde' >> $(1)
endef
-# pad to 4k, 8k, 64k, 128k and add jffs2 end-of-filesystem mark
+# pad to 4k, 8k, 64k, 128k
256k
and add jffs2 end-of-filesystem mark
define prepare_generic_squashfs
define prepare_generic_squashfs
- $(STAGING_DIR_HOST)/bin/padjffs2 $(1) 4 8 64 128
+ $(STAGING_DIR_HOST)/bin/padjffs2 $(1) 4 8 64 128
256
endef
endef
This page took
0.024709 seconds
and
4
git commands to generate.