modprobe: add comment about expected modules.dep format
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
2b6497ba84
commit
1e12ae9059
@ -8,6 +8,11 @@
|
|||||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
* 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 "libbb.h"
|
||||||
#include "modutils.h"
|
#include "modutils.h"
|
||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user