Commit 28437b8
committed
config: deepin: enable module zstd compression
deepin inclusion
category: feature
Support module compress, and compress kernel modules to zstd format.
Will help to less kernel module size which lays in user disk XXXMB.
It will decrease /lib/modules/xxx/kernel/../*.ko to *.ko.zst ~70%,
but increase image.deb ~70%.
Log:
before:
image.deb 94MB
du -sh /lib/modules/xxx 520MB
after:
image.deb 158MB
du -sh /lib/modules/xxx 167MB
The point is that disksize cost is more expensive than network.
PS: do it in our 6.6 kernel need backport some KBUILDS commits,
or will bring debuginfo to image.deb not image-dbg.deb...
Signed-off-by: Wentao Guan <[email protected]>1 parent f13bb0f commit 28437b8
File tree
3 files changed
+9
-0
lines changed- arch
- arm64/configs
- loongarch/configs
- x86/configs
3 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
0 commit comments