diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-07-19 07:25:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-07-19 07:25:11 +0000 |
commit | 0ad465fc7d0394647ee8f64baf66c65b5db28abb (patch) | |
tree | 18ee19df4163602ed1f5e0f7fab5522925dcbe24 /openwrt/package/elinks/Config.in | |
parent | 73b75bce618f418d82b79828816399a1700afb40 (diff) | |
download | mtk-20170518-0ad465fc7d0394647ee8f64baf66c65b5db28abb.zip mtk-20170518-0ad465fc7d0394647ee8f64baf66c65b5db28abb.tar.gz mtk-20170518-0ad465fc7d0394647ee8f64baf66c65b5db28abb.tar.bz2 |
fix elinks dependency on openssl (closes: #614). Bump release number.
SVN-Revision: 4166
Diffstat (limited to 'openwrt/package/elinks/Config.in')
-rw-r--r-- | openwrt/package/elinks/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/elinks/Config.in b/openwrt/package/elinks/Config.in index 3e0b28c..ed244de 100644 --- a/openwrt/package/elinks/Config.in +++ b/openwrt/package/elinks/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_ELINKS prompt "elinks............................ A text based web browser" tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBOPENSSL help An advanced text based web browser |