diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:49:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:49:16 +0000 |
commit | d0e6bc06362070b4e200c3d88a00153b0dea9e85 (patch) | |
tree | e9aec283cb3ae9c67e02dc2a45e5a35de149111a /openwrt/package/Config.in | |
parent | 81b1b14392c320e4a8d522e17565c57ec9d9b8e2 (diff) | |
download | mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.zip mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.tar.gz mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.tar.bz2 |
Add openldap package
SVN-Revision: 872
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 34883ff..7425415 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -84,6 +84,8 @@ source "package/speex/Config.in" source "package/libusb/Config.in" source "package/libpng/Config.in" source "package/libgd/Config.in" +source "package/cyrus-sasl/Config.in" +source "package/openldap/Config.in" comment "Extra stuff" source "package/sdk/Config.in" |