kernel: include the xfrm_algo module on 3.6+ (fixes #12552)
SVN-Revision: 34611
This commit is contained in:
parent
b8757c644f
commit
1820e8566e
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ $(eval $(call KernelPackage,ipip))
|
|||
IPSEC-m:= \
|
||||
key/af_key \
|
||||
xfrm/xfrm_ipcomp \
|
||||
$(if $(CONFIG_LINUX_3_3),,xfrm/xfrm_algo) \
|
||||
xfrm/xfrm_user \
|
||||
|
||||
define KernelPackage/ipsec
|
||||
|
|
Loading…
Reference in a new issue