diff options
Diffstat (limited to 'target/linux/x86-2.6/config')
| -rw-r--r-- | target/linux/x86-2.6/config | 21 | 
1 files changed, 12 insertions, 9 deletions
| diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index d43bd801d..c3ccc7e0b 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -293,7 +293,9 @@ CONFIG_NET=y  CONFIG_PACKET=y  CONFIG_PACKET_MMAP=y  CONFIG_UNIX=y -# CONFIG_NET_KEY is not set +CONFIG_XFRM=y +CONFIG_XFRM_USER=m +CONFIG_NET_KEY=m  CONFIG_INET=y  CONFIG_IP_MULTICAST=y  CONFIG_IP_ADVANCED_ROUTER=y @@ -313,10 +315,10 @@ CONFIG_IPSEC_NAT_TRAVERSAL=y  # CONFIG_IP_MROUTE is not set  # CONFIG_ARPD is not set  # CONFIG_SYN_COOKIES is not set -# CONFIG_INET_AH is not set -# CONFIG_INET_ESP is not set -# CONFIG_INET_IPCOMP is not set -# CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET_AH=m +CONFIG_INET_ESP=m +CONFIG_INET_IPCOMP=m +CONFIG_INET_XFRM_TUNNEL=m  CONFIG_INET_TUNNEL=m  CONFIG_INET_DIAG=m  CONFIG_INET_TCP_DIAG=m @@ -342,10 +344,10 @@ CONFIG_IPV6=m  # CONFIG_IPV6_PRIVACY is not set  CONFIG_IPV6_ROUTER_PREF=y  # CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_INET6_AH is not set -# CONFIG_INET6_ESP is not set -# CONFIG_INET6_IPCOMP is not set -# CONFIG_INET6_XFRM_TUNNEL is not set +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +CONFIG_INET6_IPCOMP=m +CONFIG_INET6_XFRM_TUNNEL=m  # CONFIG_INET6_TUNNEL is not set  # CONFIG_IPV6_TUNNEL is not set  CONFIG_NETFILTER=y @@ -373,6 +375,7 @@ CONFIG_NETFILTER_XT_MATCH_LENGTH=m  CONFIG_NETFILTER_XT_MATCH_LIMIT=m  CONFIG_NETFILTER_XT_MATCH_MAC=m  CONFIG_NETFILTER_XT_MATCH_MARK=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m  CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y  CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m  CONFIG_NETFILTER_XT_MATCH_REALM=m | 
