[git commit 0_9_30] default linux-2.4 module support to off for Blackfin targets

Mike Frysinger vapier at gentoo.org
Sat Oct 10 16:44:02 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=2c6a316db4ce6909c555e9a6403a428b7083406c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 extra/Configs/Config.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index fc40f76..9d3a6f6 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -725,12 +725,13 @@ comment "Support various families of functions"
 
 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"
-- 
1.6.3.3



More information about the uClibc-cvs mailing list