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 | 2eae93466f440e4a21bcdc1dee3ba7139838ca30 (patch) | |
tree | 0595dd18795baaa0b4b99a840b15ef47e15557a6 /openwrt/package/cyrus-sasl | |
parent | a5ec491a09d7181d85d564d1db560587b84876f9 (diff) | |
download | mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.zip mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.tar.gz mtk-20170518-2eae93466f440e4a21bcdc1dee3ba7139838ca30.tar.bz2 |
Add a config var matching the package dir name
SVN-Revision: 984
Diffstat (limited to 'openwrt/package/cyrus-sasl')
-rw-r--r-- | openwrt/package/cyrus-sasl/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/cyrus-sasl/Config.in b/openwrt/package/cyrus-sasl/Config.in index 71c2144..25f49fd 100644 --- a/openwrt/package/cyrus-sasl/Config.in +++ b/openwrt/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 |