diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 02:04:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 02:04:48 +0000 |
commit | 1f7c87f111eef6d27e739858ee48f5bca8ba23f4 (patch) | |
tree | ef554a3ef2d641055dc754e260ba039d4b4d6d62 /openwrt/package/cyrus-sasl/Config.in | |
parent | e51daf71fb68675e9d3e1c9d03ece63491a92189 (diff) | |
download | mtk-20170518-1f7c87f111eef6d27e739858ee48f5bca8ba23f4.zip mtk-20170518-1f7c87f111eef6d27e739858ee48f5bca8ba23f4.tar.gz mtk-20170518-1f7c87f111eef6d27e739858ee48f5bca8ba23f4.tar.bz2 |
Add cyrus-sasl package
SVN-Revision: 867
Diffstat (limited to 'openwrt/package/cyrus-sasl/Config.in')
-rw-r--r-- | openwrt/package/cyrus-sasl/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/cyrus-sasl/Config.in b/openwrt/package/cyrus-sasl/Config.in new file mode 100644 index 0000000..defb02f --- /dev/null +++ b/openwrt/package/cyrus-sasl/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBSASL2 + tristate "libsasl2 (a general purpose authentication library)" + default m if CONFIG_DEVEL + help + A general purpose authentication library. + + http://asg.web.cmu.edu/sasl/ + + |