diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-30 08:03:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-30 08:03:58 +0000 |
commit | 504d33b860434708c3c31e32148b2b063ed71a3d (patch) | |
tree | da70bdaa5b4cbe5a5ee5f189d7764b1069b5add1 /package/Makefile | |
parent | dff508d7732b22e8aa6a42de4014b26bedff61f9 (diff) | |
download | upstream-504d33b860434708c3c31e32148b2b063ed71a3d.tar.gz upstream-504d33b860434708c3c31e32148b2b063ed71a3d.tar.bz2 upstream-504d33b860434708c3c31e32148b2b063ed71a3d.zip |
add curl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1792 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 d081bf98eb..cf7945a5a4 100644 --- a/package/Makefile +++ b/package/Makefile @@ -20,6 +20,7 @@ package-$(BR2_PACKAGE_CGILIB) += cgilib package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CUPS) += cups +package-$(BR2_COMPILE_CURL) += curl package-$(BR2_PACKAGE_CYRUS_SASL) += cyrus-sasl package-$(BR2_PACKAGE_DHCP) += dhcp package-$(BR2_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder @@ -184,6 +185,7 @@ amwall-compile: libamsel-compile arpwatch-compile: libpcap-compile avahi-compile: libdaemon-compile expat-compile bind-compile: openssl-compile +curl-compile: openssl-compile zlib-compile cyrus-sasl-compile: openssl-compile dropbear-compile: zlib-compile dsniff-compile: libnids-compile openssl-compile libgdbm-compile |