forked from dan/liminix
enable unloading modules so that scripts work
if we can't unload them then the service that loads them will fail the second time it's run
This commit is contained in:
parent
0447ac0ff9
commit
14bfebc5c3
@ -92,6 +92,7 @@ in {
|
||||
PROC_FS = "y";
|
||||
|
||||
MODULES = if modular then "y" else "n";
|
||||
MODULE_UNLOAD = if modular then "y" else "n";
|
||||
DEBUG_FS = "y";
|
||||
|
||||
# basic networking protocols
|
||||
|
Loading…
Reference in New Issue
Block a user