From a3cbb12940f3dca28fadcc54e884db5d524fc7bd Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 21 May 2008 11:00:10 +0000 Subject: - my manpage sais that init_module, create_module, query_module, delete_module were removed in linux-2.6 --- extra/Configs/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extra') 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" -- cgit v1.2.3