diff options
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/ipsec-tools/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/ipsec-tools/Config.in b/openwrt/package/ipsec-tools/Config.in index 161c927d8..855b5471a 100644 --- a/openwrt/package/ipsec-tools/Config.in +++ b/openwrt/package/ipsec-tools/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_IPSEC_TOOLS prompt "ipsec-tools....................... IPsec management tools" tristate + default m if BR2_LINUX_2_6_BRCM && CONFIG_DEVEL + default m if BR2_LINUX_2_6_X86 && CONFIG_DEVEL default n help IPsec management tools |