Skip to content

Commit 9e202f2

Browse files
committed
Implicit dependencies should not be mandatory
The hack for implicitly adding module dependencies is not part of the kernel, so this information may become outdated. Signed-off-by: Alexey Gladkov <[email protected]>
1 parent d4cfad7 commit 9e202f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/add-modules/bin/put-modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ while [ -s "$tempdir/mods.required" ] || [ -s "$tempdir/mods.optional" ]; do
197197
cat "$tempdir/more-modules"
198198

199199
find -L "$KMODDEPSDIR" -type f -executable \
200-
-exec '{}' "$tempdir/more-modules" ';' > "$tempdir/mods.required"
200+
-exec '{}' "$tempdir/more-modules" ';' > "$tempdir/mods.optional"
201201

202202
done > "$tempdir/modules"
203203

0 commit comments

Comments
 (0)