some squash4 code. Works only in very easy cases.
This commit is contained in:
parent
79282228ec
commit
332fa36887
3 changed files with 390 additions and 0 deletions
|
@ -983,6 +983,11 @@ module = {
|
|||
common = fs/sfs.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = squash4;
|
||||
common = fs/squash4.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = tar;
|
||||
common = fs/tar.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue