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:
@@ -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
|
||||
|
Reference in New Issue
Block a user