diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 09:03:14 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 09:03:14 +0000 | 
| commit | 1bdf1685be2b16c3da9ed24fa3d3c7baf617428b (patch) | |
| tree | f94a695fd11d80c7f96e8a0a04ddfe2f50100315 | |
| parent | 093b396bc55a3ca43a93973e79cdaccb43d9f8d6 (diff) | |
- adjust helptext
| -rw-r--r-- | extra/Configs/Config.in | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 4aca400b5..c7b56b515 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -717,9 +717,8 @@ config UCLIBC_LINUX_MODULE_24  	bool "Linux kernel module functions"  	default y  	help -	  init_module, create_module, query_module, delete_module -	  are used in linux (allegedly prior to 2.6) for loadable -	  kernel modules. +	  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. | 
