aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
AgeCommit message (Collapse)Author
2007-01-24as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in ↵Mike Frysinger
order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file
2007-01-24change "bool ... if OPT" to more common "depend ... OPT"Mike Frysinger
2007-01-24combine bool;prompt to just boolMike Frysinger
2006-10-14modprobe: fix for 2.4 kernels - byDenis Vlasenko
Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
2006-10-10fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-07-20Patch from Yann Morin to fix bug 941, underscores in module aliases.Rob Landley
2006-05-26fix spelling mistakesMike Frysinger
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley
to do it in Config.in.
2006-01-25just whitespaceTim Riker
2005-12-11Patch from Yann E. Morin to reorganize module config options.Rob Landley
2005-11-15Yann Morin's modprobe multiple options patch. There's more work to be done,Rob Landley
but let's ship 1.1 first...
2005-05-04Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.Rob Landley
Patch from Takeharu Kato.
2005-05-04Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfigRob Landley
dependencies so 2.6 support depends on insmod or lsmod...
2004-07-20Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACEEric Andersen
2004-07-13Fixup some cases of "QM_MODULES: not implemented" for bothEric Andersen
lsmod and rmmod when using 2.6.x module support -Erik
2004-06-22kill off insmod support for older pre 2.1 Linux kernels,Eric Andersen
which are not supported with the current busybox 1.0 release -Erik
2004-06-22Patrick Huesmann writes:Eric Andersen
Hi, There was some problem with busybox modprobe. For details see http://www.busybox.net/lists/busybox/2004-May/011507.html I made a patch against busybox-1.00-pre10 to fix that one. This is a slight variant of Patrick's patch with a slightly cleaner implementation of mod_strcmp() -Erik
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-11Update modutils with 2.6 module supportEric Andersen
2003-09-03To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES beGlenn L McGrath
enabled, if not GPLONLY symbols are ignored.
2003-07-22Document CONFIG_FEATURE_INSMOD_LOADINKMEMEric Andersen
2003-07-22Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen
2003-07-14Patch from Thomas Cameron:Eric Andersen
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.
2003-07-05Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen
-Erik
2003-03-30Rename, to specify kernelGlenn L McGrath
2003-01-23Patch from Artem Egorkine to support the -m optionEric Andersen
2003-01-23Patch from Joel Vallier to add modules symbols to the kernel symbolEric Andersen
table in order to obtain better debug output from ksymoops.
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric Andersen
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