diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-23 11:12:54 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-23 11:12:54 +0000 |
commit | b47e56447481cb5d177fb18aca1ef4e7870aff64 (patch) | |
tree | 8d155d039244b5d4d6486222a3e3b27e7ea8897a /target | |
parent | 63c42902d76926b7336d3a50f71e5fad9de3f449 (diff) |
backport [8862] to pre 2.6.22 kernels as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/config-default b/target/linux/generic-2.6/config-default index b0edbca38..ae24b3a18 100644 --- a/target/linux/generic-2.6/config-default +++ b/target/linux/generic-2.6/config-default @@ -425,9 +425,9 @@ CONFIG_INET_ESP=m CONFIG_INET_IPCOMP=m CONFIG_INET_TCP_DIAG=m CONFIG_INET_TUNNEL=m -CONFIG_INET_XFRM_MODE_BEET=y -CONFIG_INET_XFRM_MODE_TRANSPORT=y -CONFIG_INET_XFRM_MODE_TUNNEL=y +CONFIG_INET_XFRM_MODE_BEET=m +CONFIG_INET_XFRM_MODE_TRANSPORT=m +CONFIG_INET_XFRM_MODE_TUNNEL=m CONFIG_INET_XFRM_TUNNEL=m # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set |