diff options
Diffstat (limited to 'openwrt/package/openssl/Config.in')
-rw-r--r-- | openwrt/package/openssl/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/openssl/Config.in b/openwrt/package/openssl/Config.in new file mode 100644 index 0000000000..8430cff940 --- /dev/null +++ b/openwrt/package/openssl/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_OPENSSL + tristate "openssl" + default m + help + A library implementing the SSL and TLS protocols + + http://www.openssl.org/ |