commit | aad1dcc4f011ea409850e040363dff1e59aa4175 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jun 19 15:34:07 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 22 09:44:23 2019 -0400 |
tree | 13792a5be212466a0468d27e50bc879139f34e48 | |
parent | 2e5db6eb3c23e5dc8171eb8f6af7a97ef9fcf3a9 [diff] |
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>