mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 05:27:41 +00:00
linux: allow kernel module unloading
The ability to unload kernel modules helps with rapid development of kernel modules or Moby-integrated functionality. It has no negative side effects as far as I am aware. Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
50ec41a232
commit
bd33169d49
@ -295,7 +295,7 @@ CONFIG_RT_MUTEXES=y
|
||||
CONFIG_BASE_SMALL=0
|
||||
CONFIG_MODULES=y
|
||||
# CONFIG_MODULE_FORCE_LOAD is not set
|
||||
# CONFIG_MODULE_UNLOAD is not set
|
||||
CONFIG_MODULE_UNLOAD=y
|
||||
# CONFIG_MODVERSIONS is not set
|
||||
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
||||
# CONFIG_MODULE_SIG is not set
|
||||
|
Loading…
Reference in New Issue
Block a user