romfs support
This commit is contained in:
parent
15abb5547f
commit
29184e9312
3 changed files with 351 additions and 0 deletions
|
@ -977,6 +977,11 @@ module = {
|
|||
common = fs/reiserfs.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = romfs;
|
||||
common = fs/romfs.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = sfs;
|
||||
common = fs/sfs.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue