From 52890f0b0e88b0481c79923c96802ada4041e09a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 22 May 2005 10:09:57 +0000 Subject: [PATCH] Move openldap (libopenldap) and openssl (libopenssl) at the right place SVN-Revision: 1017 --- openwrt/package/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 63baf6887d..3c6a2ba499 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 -- 2.25.1