kernel: increase bootfs.paq compression level and blocksize
With the intel wifi firmware, this saves around 3MB of the kernel image size.
This commit is contained in:
parent
df04ea8d6c
commit
37f5069426
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ bootfs.paq: $BOOTFSPROTO `{disk/mkfs -aos / $BOOTFSPROTO >[2]/dev/null}
|
|||
cd bootfs/$objtype/bin
|
||||
#strip * */* */*/* >[2]/dev/null || status=''
|
||||
}
|
||||
mkpaqfs -o $target bootfs
|
||||
mkpaqfs -9 -b 65536 -o $target bootfs
|
||||
rm -rf bootfs
|
||||
|
|
Loading…
Reference in a new issue