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 | cf4fc07316ff1ca320fb90df68f14daa8c58cc2f (patch) | |
tree | 43f8ad7cd902717ed2a2d58d5506a5d4b2622ec1 | |
parent | fe0276c25d30c24b1976189b1c2469cc88aab6a8 (diff) | |
download | upstream-cf4fc07316ff1ca320fb90df68f14daa8c58cc2f.tar.gz upstream-cf4fc07316ff1ca320fb90df68f14daa8c58cc2f.tar.bz2 upstream-cf4fc07316ff1ca320fb90df68f14daa8c58cc2f.zip |
Move openldap (libopenldap) and openssl (libopenssl) at the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1017 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/Config.in b/package/Config.in index 63baf6887d..3c6a2ba499 100644 --- a/package/Config.in +++ b/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 |