summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-31 10:58:03 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-31 10:58:03 +0000
commitf51a8f2c8ed424e177fa655d976faae34206fb4b (patch)
tree6adac1ddafc89844e6ef955530429fb4a6339660 /extra
parent6a57f013cf10ef19ffa9ea4e14af485d60b631a9 (diff)
- default kernel-modules funcs to on.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 165115e6a..c033032c5 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -650,13 +650,14 @@ config UCLIBC_GRP_BUFFER_SIZE
parameter.
config UCLIBC_LINUX_MODULE_24
- bool "linux <= 2.4 kernel module functions"
- default n
+ bool "Linux kernel module functions"
+ default y
help
init_module, create_module, query_module, delete_module
- are used in linux prior to 2.6 for loadable kernel modules.
+ are used in linux (allegedly prior to 2.6) for loadable
+ kernel modules.
- Say N unless you are using an old kernel and require module support.
+ Say N if you do not use kernel modules.
endmenu