Skip to content

Commit aad1dcc

Browse files
tiwaidavem330
authored andcommitted
ppp: mppe: Add softdep to arc4
The arc4 crypto is mandatory at ppp_mppe probe time, so let's put a softdep line, so that the corresponding module gets prepared gracefully. Without this, a simple inclusion to initrd via dracut failed due to the missing dependency, for example. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2e5db6e commit aad1dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ppp/ppp_mppe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ MODULE_AUTHOR("Frank Cusack <fcusack@fcusack.com>");
6363
MODULE_DESCRIPTION("Point-to-Point Protocol Microsoft Point-to-Point Encryption support");
6464
MODULE_LICENSE("Dual BSD/GPL");
6565
MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
66+
MODULE_SOFTDEP("pre: arc4");
6667
MODULE_VERSION("1.0.2");
6768

6869
static unsigned int

0 commit comments

Comments
 (0)