svn commit: [25650] trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Sat Mar 14 11:30:56 UTC 2009


Author: vapier
Date: 2009-03-14 11:30:56 +0000 (Sat, 14 Mar 2009)
New Revision: 25650

Log:
default linux-2.4 module support to off for Blackfin targets

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


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2009-03-14 11:23:28 UTC (rev 25649)
+++ trunk/uClibc/extra/Configs/Config.in	2009-03-14 11:30:56 UTC (rev 25650)
@@ -790,12 +790,13 @@
 
 config UCLIBC_LINUX_MODULE_24
 	bool "Linux kernel module functions"
-	default y
+	default !(TARGET_bfin)
 	help
 	  create_module, query_module
 	  are used in linux (prior to 2.6) for loadable kernel modules.
 
-	  Say N if you do not use kernel modules.
+	  Say N if you do not use kernel modules, or you only support
+	  Linux 2.6+.
 
 config UCLIBC_LINUX_SPECIFIC
 	bool "Linux specific functions"



More information about the uClibc-cvs mailing list