mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
extend squashfs padding for 256k flash sectors
SVN-Revision: 27404
This commit is contained in:
parent
4551f2bfcc
commit
d5205c3ed2
@ -56,9 +56,9 @@ define add_jffs2_mark
|
||||
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
|
||||
$(STAGING_DIR_HOST)/bin/padjffs2 $(1) 4 8 64 128
|
||||
$(STAGING_DIR_HOST)/bin/padjffs2 $(1) 4 8 64 128 256
|
||||
endef
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user