diff options
Diffstat (limited to 'openwrt/target/linux/package/openswan/Config.in')
-rw-r--r-- | openwrt/target/linux/package/openswan/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/openswan/Config.in b/openwrt/target/linux/package/openswan/Config.in new file mode 100644 index 0000000..0746197 --- /dev/null +++ b/openwrt/target/linux/package/openswan/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_KMOD_OPENSWAN + tristate "kmod-openswan Openswan kernel module" + default m if CONFIG_DEVEL + help + Openswan is an implementation of IPsec for Linux. + + http://www.openswan.org/ + + This package contains the Openswan IPSec module for the kernel |