kernel: include the xfrm_algo module on 3.6+ (fixes #12552)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34611 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
722553af77
commit
c0ef7ab7ce
|
@ -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 New Issue