diff options
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 152bff86f..165115e6a 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -649,6 +649,15 @@ config UCLIBC_GRP_BUFFER_SIZE The value can be found using sysconf() with the _SC_GETGR_R_SIZE_MAX parameter. +config UCLIBC_LINUX_MODULE_24 + bool "linux <= 2.4 kernel module functions" + default n + help + init_module, create_module, query_module, delete_module + are used in linux prior to 2.6 for loadable kernel modules. + + Say N unless you are using an old kernel and require module support. + endmenu menu "Networking Support" |