diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-21 11:00:10 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-21 11:00:10 +0000 |
commit | a3cbb12940f3dca28fadcc54e884db5d524fc7bd (patch) | |
tree | abc094615bfc0bad7a29d88aaa3620d73a5d18e6 /extra | |
parent | 9fd3751e5ec19fcf15a32720a1e475f64a5c08e2 (diff) |
- my manpage sais that init_module, create_module, query_module, delete_module
were removed in linux-2.6
Diffstat (limited to 'extra')
-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" |