diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-22 10:09:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-22 10:09:57 +0000 |
commit | 52890f0b0e88b0481c79923c96802ada4041e09a (patch) | |
tree | 21716e67bd1d68f99b43436a14b326920a9558e1 /openwrt/package | |
parent | b0fde6468e4b4997068261537289413ea4bd3261 (diff) | |
download | mtk-20170518-52890f0b0e88b0481c79923c96802ada4041e09a.zip mtk-20170518-52890f0b0e88b0481c79923c96802ada4041e09a.tar.gz mtk-20170518-52890f0b0e88b0481c79923c96802ada4041e09a.tar.bz2 |
Move openldap (libopenldap) and openssl (libopenssl) at the right place
SVN-Revision: 1017
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 63baf68..3c6a2ba 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -86,6 +86,8 @@ source "package/matrixssl/Config.in" # libmatrixssl source "package/mysql/Config.in" # limysqlclient source "package/ncurses/Config.in" # libncurses source "package/libnet/Config.in" +source "package/openldap/Config.in" # libopenldap +source "package/openssl/Config.in" # libopenssl source "package/libosip2/Config.in" source "package/libpcap/Config.in" source "package/pcre/Config.in" # libpcre @@ -95,14 +97,12 @@ source "package/postgresql/Config.in" # libpq source "package/libpthread/Config.in" source "package/cyrus-sasl/Config.in" # libsasl2 source "package/libusb/Config.in" -source "package/openldap/Config.in" -source "package/openssl/Config.in" source "package/speex/Config.in" source "package/uclibc++/Config.in" source "package/zlib/Config.in" # what are we going to do with both of you -comment "Kernel related" +comment "Kernel related ---" source "package/fuse/Config.in" # kmod-fuse source "package/shfs/Config.in" # kmod-shfs |