summaryrefslogtreecommitdiff
path: root/modutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update modutils with 2.6 module supportEric Andersen2003-12-111-19/+17
|
* To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES beGlenn L McGrath2003-09-031-0/+1
| | | | enabled, if not GPLONLY symbols are ignored.
* Document CONFIG_FEATURE_INSMOD_LOADINKMEMEric Andersen2003-07-221-1/+4
|
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-5/+10
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-2/+3
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-3/+3
| | | | -Erik
* Rename, to specify kernelGlenn L McGrath2003-03-301-1/+1
|
* Patch from Artem Egorkine to support the -m optionEric Andersen2003-01-231-0/+21
|
* Patch from Joel Vallier to add modules symbols to the kernel symbolEric Andersen2003-01-231-0/+11
| | | | table in order to obtain better debug output from ksymoops.
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+84
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik