diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-15 00:42:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-15 00:42:48 +0000 |
commit | 21e28616583d7cf921b5a39ed53058d7d4b30a2f (patch) | |
tree | 9578ad11c5296c7ce82f47dac7688c59142c51d3 /package/Makefile | |
parent | de9325d98887778debb053e7a803716156e66fba (diff) | |
download | upstream-21e28616583d7cf921b5a39ed53058d7d4b30a2f.tar.gz upstream-21e28616583d7cf921b5a39ed53058d7d4b30a2f.tar.bz2 upstream-21e28616583d7cf921b5a39ed53058d7d4b30a2f.zip |
Add opencdk package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 01dcd3b86f..b9338b4f53 100644 --- a/package/Makefile +++ b/package/Makefile @@ -70,6 +70,7 @@ package-$(BR2_PACKAGE_NMAP) += nmap package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient package-$(BR2_PACKAGE_OLSRD) += olsrd +package-$(BR2_PACKAGE_OPENCDK) += opencdk package-$(BR2_PACKAGE_OPENLDAP) += openldap package-$(BR2_PACKAGE_OPENNTPD) += openntpd package-$(BR2_PACKAGE_OPENSSH) += openssh @@ -151,6 +152,7 @@ net-snmp-compile: libelf-compile nfs-server-compile: portmap-compile nmap-compile: uclibc++-compile pcre-compile libpcap-compile nocatsplash-compile: glib-compile +opencdk-compile: libgcrypt-compile openldap-compile: cyrus-sasl-compile openssl-compile openssh-compile: zlib-compile openssl-compile openssl-compile: zlib-compile |