Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-06 13:24:41 +0400
committerMike Frysinger <vapier@gentoo.org>2009-05-06 13:24:41 +0400
commit1e12ae90590ceb7ff9ff4df1c23811ea57ae22ec (patch)
treec3a19e73677d8881f422908d59523415852a3569
parent2b6497ba84a3c612738a5939c142e33480e8e0f6 (diff)
modprobe: add comment about expected modules.dep format
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--modutils/modprobe.c5
1 files changed, 5 insertions, 0 deletions
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 <sys/utsname.h>