diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-09-24 12:55:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-09-24 12:55:42 +0000 |
commit | 94d41bca72e5eac1d570fce21d44893bb2eadc7b (patch) | |
tree | 43fa773181932ea646707ab080eed6c411cdb13f | |
parent | ab04e16a1a57e954e64022d10602dcde9a7dccb5 (diff) | |
download | upstream-94d41bca72e5eac1d570fce21d44893bb2eadc7b.tar.gz upstream-94d41bca72e5eac1d570fce21d44893bb2eadc7b.tar.bz2 upstream-94d41bca72e5eac1d570fce21d44893bb2eadc7b.zip |
build 'IPsec BEET mode' as a module on storm
SVN-Revision: 12680
-rw-r--r-- | target/linux/storm/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/storm/config-default b/target/linux/storm/config-default index 8bfef359d2..70f3dea1a7 100644 --- a/target/linux/storm/config-default +++ b/target/linux/storm/config-default @@ -138,7 +138,7 @@ CONFIG_HW_RANDOM=y # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_TUNNEL is not set -CONFIG_INET_XFRM_MODE_BEET=y +CONFIG_INET_XFRM_MODE_BEET=m # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set |