1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 01:18:54 +03:00

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-a3cf2f4a3e73
This commit is contained in:
nbd 2012-12-10 18:49:30 +00:00
parent 3d534485d1
commit 6acfcfa4ef

View File

@ -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