svn commit: trunk/uClibc/extra/Configs

aldot at uclibc.org aldot at uclibc.org
Sat May 31 10:58:05 UTC 2008


Author: aldot
Date: 2008-05-31 03:58:03 -0700 (Sat, 31 May 2008)
New Revision: 22144

Log:
- default kernel-modules funcs to on.


Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2008-05-31 10:48:50 UTC (rev 22143)
+++ trunk/uClibc/extra/Configs/Config.in	2008-05-31 10:58:03 UTC (rev 22144)
@@ -650,13 +650,14 @@
 	  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
 




More information about the uClibc-cvs mailing list