diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:24:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:24:25 +0000 |
commit | 5752bb0b24c5cfcd0aae591c4602705024041f18 (patch) | |
tree | 180d7585599b4fbf17955e18bf08042b9a9803bb /package/cyrus-sasl | |
parent | e43e769eb759b4d04aed4104c9359b104bd1099a (diff) | |
download | upstream-5752bb0b24c5cfcd0aae591c4602705024041f18.tar.gz upstream-5752bb0b24c5cfcd0aae591c4602705024041f18.tar.bz2 upstream-5752bb0b24c5cfcd0aae591c4602705024041f18.zip |
Tweak Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyrus-sasl')
-rw-r--r-- | package/cyrus-sasl/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cyrus-sasl/Config.in b/package/cyrus-sasl/Config.in index defb02f889..71c21440fb 100644 --- a/package/cyrus-sasl/Config.in +++ b/package/cyrus-sasl/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_LIBSASL2 - tristate "libsasl2 (a general purpose authentication library)" + tristate "libsasl2 - General purpose authentication library" default m if CONFIG_DEVEL help A general purpose authentication library. |