diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 02:04:48 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 02:04:48 +0000 |
commit | e9debfb484672ef65283b767a7de82ef11451add (patch) | |
tree | ef554a3ef2d641055dc754e260ba039d4b4d6d62 /openwrt/package/cyrus-sasl/Config.in | |
parent | 1afdf5ba78ee5d7e5c6e5687ff1dc49eba244924 (diff) |
Add cyrus-sasl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@867 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..defb02f88 --- /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/ + + |