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 | 259be4375ec185310cf20cab29e95546b11c6dcc (patch) | |
tree | 62d96b932eec6310b9710ddd07af19a3579659ff /package/cyrus-sasl/Config.in | |
parent | c3769eef95538c734eec43e1688ea4539777a14c (diff) | |
download | upstream-259be4375ec185310cf20cab29e95546b11c6dcc.tar.gz upstream-259be4375ec185310cf20cab29e95546b11c6dcc.tar.bz2 upstream-259be4375ec185310cf20cab29e95546b11c6dcc.zip |
Add cyrus-sasl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyrus-sasl/Config.in')
-rw-r--r-- | package/cyrus-sasl/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/cyrus-sasl/Config.in b/package/cyrus-sasl/Config.in new file mode 100644 index 0000000000..defb02f889 --- /dev/null +++ b/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/ + + |