diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-10-18 13:21:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-10-18 13:21:13 +0000 |
commit | dc1385e3f4b74d1e3a76ef0e2e6eeec8a8b2f559 (patch) | |
tree | d8f0b31f4b8cf794d70597c41e19c2377c1ba427 /target/linux/uml-2.6/config | |
parent | ee11bee3909aeaa86709ca54e25be2c9f7b099fa (diff) | |
download | mtk-20170518-dc1385e3f4b74d1e3a76ef0e2e6eeec8a8b2f559.zip mtk-20170518-dc1385e3f4b74d1e3a76ef0e2e6eeec8a8b2f559.tar.gz mtk-20170518-dc1385e3f4b74d1e3a76ef0e2e6eeec8a8b2f559.tar.bz2 |
enable native ipsec modules on 2.6, add ipsec kernel modules
SVN-Revision: 5205
Diffstat (limited to 'target/linux/uml-2.6/config')
-rw-r--r-- | target/linux/uml-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/uml-2.6/config b/target/linux/uml-2.6/config index 0866558..4096b51 100644 --- a/target/linux/uml-2.6/config +++ b/target/linux/uml-2.6/config @@ -222,8 +222,8 @@ CONFIG_PACKET=y CONFIG_PACKET_MMAP=y CONFIG_UNIX=y CONFIG_XFRM=y -# CONFIG_XFRM_USER is not set -# CONFIG_NET_KEY is not set +CONFIG_XFRM_USER=m +CONFIG_NET_KEY=m CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y |