mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
kernel: include the xfrm_algo module on 3.6+ (fixes #12552)
SVN-Revision: 34611
This commit is contained in:
parent
b8757c644f
commit
1820e8566e
@ -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…
x
Reference in New Issue
Block a user