Add new 'proc' filesystem framework and put luks_script into it.
This commit is contained in:
parent
d975e8d59c
commit
ce50dbd746
10 changed files with 350 additions and 5 deletions
|
@ -1067,6 +1067,11 @@ module = {
|
|||
enable = videomodules;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = procfs;
|
||||
common = fs/proc.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = affs;
|
||||
common = fs/affs.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue