From: Mike Frysinger Date: Wed, 6 May 2009 09:24:41 +0000 (-0400) Subject: modprobe: add comment about expected modules.dep format X-Git-Tag: 1_15_0~250 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e12ae90590ceb7ff9ff4df1c23811ea57ae22ec;p=oweals%2Fbusybox.git modprobe: add comment about expected modules.dep format Signed-off-by: Mike Frysinger --- diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 52f5e1008..d57dbdf75 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -8,6 +8,11 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ +/* Note that unlike older versions of modules.dep/depmod (busybox and m-i-t), + * we expect the full dependency list to be specified in modules.dep. Older + * versions would only export the direct dependency list. + */ + #include "libbb.h" #include "modutils.h" #include