diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
commit | 48f1e691c946c4716c55642299a0a79cccc5f854 (patch) | |
tree | 83d44511e04c1c35c883474793f7c5f1787d949b /package/cyrus-sasl | |
parent | f8b1ad8dd6de9d547fdfca70230217c4e7b66494 (diff) | |
download | upstream-48f1e691c946c4716c55642299a0a79cccc5f854.tar.gz upstream-48f1e691c946c4716c55642299a0a79cccc5f854.tar.bz2 upstream-48f1e691c946c4716c55642299a0a79cccc5f854.zip |
Add a config var matching the package dir name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyrus-sasl')
-rw-r--r-- | package/cyrus-sasl/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/cyrus-sasl/Config.in b/package/cyrus-sasl/Config.in index 71c21440fb..25f49fd4c7 100644 --- a/package/cyrus-sasl/Config.in +++ b/package/cyrus-sasl/Config.in @@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBSASL2 http://asg.web.cmu.edu/sasl/ +config BR2_PACKAGE_CYRUS_SASL + tristate + default BR2_PACKAGE_LIBSASL2 |